Skip to content

Commit 95461ea

Browse files
authored
Merge pull request #1128 from ajschmidt8/merge-23.02-into-23.04
Merge `branch-23.02` into `branch-23.04`
2 parents 8134e6b + 461ff29 commit 95461ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies:
100100
- numba>=0.54
101101
- numpy>=1.18.0
102102
- pandas>=1.0
103-
- pynvml>=11.0.0
103+
- pynvml>=11.0.0,<11.5
104104
- zict>=0.1.3
105105
test_python:
106106
common:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requires-python = ">=3.8"
2121
dependencies = [
2222
"dask >=2023.1.1",
2323
"distributed >=2023.1.1",
24-
"pynvml >=11.0.0",
24+
"pynvml >=11.0.0,<11.5",
2525
"numpy >=1.18.0",
2626
"numba >=0.54",
2727
"pandas >=1.0",

0 commit comments

Comments
 (0)