Skip to content

Commit 6934be5

Browse files
Add pynvml dependency (#237)
* Add pynvml dependency Correct name of pynvml package * Add comment to requirements.txt about pynvml version * Remove whitespace from requirements.txt
1 parent a824ab7 commit 6934be5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ tensorflow-metadata>=1.2.0
99
betterproto<2.0.0
1010
packaging
1111
fsspec==2022.5.0
12+
13+
# pynvml==11.5.0 is incompatible with distributed<2023.2.1
14+
pynvml>=11.0.0,<11.5

0 commit comments

Comments
 (0)