mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-27 19:25:27 +03:00
Merge pull request #1274 from gdahlm/issue#1273
Use nvidia-ml-py3 for python3 compatibility
This commit is contained in:
commit
b1e6ad909c
2
setup.py
2
setup.py
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user