summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2019-11-13 10:28:15 +0100
committernicolargo <nicolas@nicolargo.com>2019-11-13 10:28:15 +0100
commit7228a915bbe6aad75766100e7cf10d0a739b67bf (patch)
tree3e7c1235b6e7858029c9dae96f037944e9e648ce /setup.py
parent590c9d75edb1c947fbe7ff50cec779dfe0f790db (diff)
Update dep in setup file
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9669bf4c..7370f53c 100755
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ def get_install_extras_require():
'influxdb>=1.0.0', 'kafka-python', 'pika', 'paho-mqtt', 'potsdb',
'prometheus_client', 'pyzmq', 'statsd'],
'folders': ['scandir'], # python_version<"3.5"
- 'gpu': ['nvidia-ml-py3'], # python_version=="2.7"
+ 'gpu': ['py3nvml'],
'graph': ['pygal'],
'ip': ['netifaces'],
'raid': ['pymdstat'],