From e2f336ede07129591037fac49651a08ae608b861 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Wed, 15 Nov 2023 16:30:27 -0800 Subject: [PATCH] Update version (#1275) 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) --- dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.yaml b/dependencies.yaml index 6e38fc8cb..76a40bbc4 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -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: