Use nvidia-ml-py3 for python3 compatibility

pull/1274/head
Greg Dahlman 2018-06-14 22:02:28 -07:00
parent b016d508f0
commit 1cf84dfcef
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ setup(
'influxdb>=1.0.0', 'kafka-python', 'pika', 'potsdb',
'prometheus_client', 'pyzmq', 'statsd'],
'folders': ['scandir'], # python_version<"3.5"
'gpu': ['nvidia-ml-py'], # python_version=="2.7"
'gpu': ['nvidia-ml-py3'], # python_version=="2.7"
'graph': ['pygal'],
'ip': ['netifaces'],
'raid': ['pymdstat'],