Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update get_available_gpus and set_gpus #17

Merged
merged 10 commits into from
Jul 5, 2024
Prev Previous commit
Next Next commit
Update dependencies
AlexeyKozhevin committed Jul 5, 2024
commit 6d6cfb2c3c893d6396ce883a33021455a328a839
15 changes: 10 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -27,14 +27,19 @@
zip_safe=False,
platforms='any',
install_requires=[
'nvidia-ml-py3>=7.352',
'pynvml>=11.5.0',
'blessed>=1.17',
'psutil>=5.6',
],
extras_require={'nbrun': [
'ipython>=7.10.0',
'nbconvert>=5.6.1',
]},
extras_require={
'nbrun': [
'ipython>=7.10.0',
'nbconvert>=5.6.1',
],
'nbwatch': [
'requests>=2.30'
]
},
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',