Skip to content

Commit

Permalink
Update version (#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 Nov 16, 2023
1 parent 54e760f commit 0a25ad3
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 0a25ad3

Please sign in to comment.