We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8134e6b + 461ff29 commit 95461eaCopy full SHA for 95461ea
dependencies.yaml
@@ -100,7 +100,7 @@ dependencies:
100
- numba>=0.54
101
- numpy>=1.18.0
102
- pandas>=1.0
103
- - pynvml>=11.0.0
+ - pynvml>=11.0.0,<11.5
104
- zict>=0.1.3
105
test_python:
106
common:
pyproject.toml
@@ -21,7 +21,7 @@ requires-python = ">=3.8"
21
dependencies = [
22
"dask >=2023.1.1",
23
"distributed >=2023.1.1",
24
- "pynvml >=11.0.0",
+ "pynvml >=11.0.0,<11.5",
25
"numpy >=1.18.0",
26
"numba >=0.54",
27
"pandas >=1.0",
0 commit comments