Skip to content

Commit

Permalink
Update version (rapidsai#1275)
Browse files Browse the repository at this point in the history
I tried running update-version.sh and it properly updated the version, so my guess is that there was some race condition between when the script was updated and when it was run causing the version in pyproject.toml to not be properly updated.

Authors:
   - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
   - Bradley Dice (https://github.com/bdice)
   - Ray Douglass (https://github.com/raydouglass)
  • Loading branch information
vyasr authored and younseojava committed Apr 16, 2024
1 parent bf5066f commit e2f336e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ dependencies:
- numpy>=1.21
- pandas>=1.3,<1.6.0dev0
- pynvml>=11.0.0,<11.5
- rapids-dask-dependency=23.12.*
- rapids-dask-dependency=24.02.*
- zict>=2.0.0
test_python:
common:
Expand Down

0 comments on commit e2f336e

Please sign in to comment.