From 075f8beb4098359ac72f88b88ae89621e41f5774 Mon Sep 17 00:00:00 2001 From: Lawrence Mitchell Date: Wed, 20 Nov 2024 19:49:30 +0000 Subject: [PATCH] Update PyNVML and set upper pin (#1130) Handling the str vs. bytes discrepancy should have been covered by the changes in #1118. Authors: - Lawrence Mitchell (https://github.com/wence-) - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - https://github.com/jakirkham URL: https://github.com/rapidsai/dask-cuda/pull/1130 --- conda/environments/all_cuda-114_arch-x86_64.yaml | 2 +- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- conda/environments/all_cuda-125_arch-x86_64.yaml | 2 +- dependencies.yaml | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conda/environments/all_cuda-114_arch-x86_64.yaml b/conda/environments/all_cuda-114_arch-x86_64.yaml index 3c327ff0..c7b20c69 100644 --- a/conda/environments/all_cuda-114_arch-x86_64.yaml +++ b/conda/environments/all_cuda-114_arch-x86_64.yaml @@ -20,7 +20,7 @@ dependencies: - numpydoc>=1.1.0 - pandas>=1.3 - pre-commit -- pynvml>=11.0.0,<11.5 +- pynvml>=11.0.0,<12.0.0a0 - pytest - pytest-cov - python>=3.10,<3.13 diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 3931f3bf..9fd24d4e 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -20,7 +20,7 @@ dependencies: - numpydoc>=1.1.0 - pandas>=1.3 - pre-commit -- pynvml>=11.0.0,<11.5 +- pynvml>=11.0.0,<12.0.0a0 - pytest - pytest-cov - python>=3.10,<3.13 diff --git a/conda/environments/all_cuda-125_arch-x86_64.yaml b/conda/environments/all_cuda-125_arch-x86_64.yaml index 760ae971..cd7c1679 100644 --- a/conda/environments/all_cuda-125_arch-x86_64.yaml +++ b/conda/environments/all_cuda-125_arch-x86_64.yaml @@ -21,7 +21,7 @@ dependencies: - numpydoc>=1.1.0 - pandas>=1.3 - pre-commit -- pynvml>=11.0.0,<11.5 +- pynvml>=11.0.0,<12.0.0a0 - pytest - pytest-cov - python>=3.10,<3.13 diff --git a/dependencies.yaml b/dependencies.yaml index 59ac8c01..fa6a56e0 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -157,7 +157,7 @@ dependencies: - numba>=0.57 - numpy>=1.23,<3.0a0 - pandas>=1.3 - - pynvml>=11.0.0,<11.5 + - pynvml>=11.0.0,<12.0.0a0 - rapids-dask-dependency==24.12.*,>=0.0.0a0 - zict>=2.0.0 test_python: diff --git a/pyproject.toml b/pyproject.toml index 7025ca4e..f6332875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "numba>=0.57", "numpy>=1.23,<3.0a0", "pandas>=1.3", - "pynvml>=11.0.0,<11.5", + "pynvml>=11.0.0,<12.0.0a0", "rapids-dask-dependency==24.12.*,>=0.0.0a0", "zict>=2.0.0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.