Skip to content

Commit 3ad66b6

Browse files
authored
nvidia-ml-py not needed, we supply a fixed version
1 parent 1cfa81a commit 3ad66b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
long_description_content_type="text/markdown",
1818
url="https://github.com/simvue-io/client",
1919
platforms=["any"],
20-
install_requires=["requests", "randomname", "msgpack", "tenacity", "pyjwt", "psutil", "nvidia-ml-py"],
20+
install_requires=["requests", "randomname", "msgpack", "tenacity", "pyjwt", "psutil"],
2121
package_dir={'': '.'},
2222
packages=["simvue"],
2323
package_data={"": ["README.md"]},

0 commit comments

Comments
 (0)