Skip to content

Commit

Permalink
nvidia-ml-py3>=7.352.0,<12
Browse files Browse the repository at this point in the history
Signed-off-by: miguelgfierro <[email protected]>
  • Loading branch information
miguelgfierro committed Nov 24, 2023
1 parent 8c6aaed commit 8daaf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# shared dependencies
extras_require = {
"gpu": [
"nvidia-ml-py3>=7.352.0",
"nvidia-ml-py3>=7.352.0,<12",
"tensorflow==2.8.4", # FIXME: Temporarily pinned due to issue with TF version > 2.10.1 See #2018
"tf-slim>=1.1.0",
"torch>=1.13.1", # for CUDA 11 support
Expand Down

0 comments on commit 8daaf26

Please sign in to comment.