提交 f4683675 编写于 作者: A Alessio Sergi

nvidia-ml-py is Python 2-only (shame)

上级 bca87848
......@@ -61,7 +61,7 @@ Optional dependencies:
- ``influxdb`` (for the InfluxDB export module)
- ``matplotlib`` (for graphical/chart support)
- ``netifaces`` (for the IP plugin)
- ``nvidia-ml-py`` (for the GPU plugin)
- ``nvidia-ml-py`` (for the GPU plugin) [Python 2-only]
- ``pika`` (for the RabbitMQ/ActiveMQ export module)
- ``potsdb`` (for the OpenTSDB export module)
- ``py3sensors`` (for hardware monitoring support) [Linux-only]
......
......@@ -87,7 +87,7 @@ setup(
'export': ['bernhard', 'cassandra-driver', 'couchdb', 'elasticsearch',
'influxdb>=1.0.0', 'pika', 'potsdb', 'pyzmq', 'statsd'],
'folders:python_version<"3.5"': ['scandir'],
'gpu': ['nvidia-ml-py'],
'gpu:python_version=="2.7"': ['nvidia-ml-py'],
'ip': ['netifaces'],
'raid': ['pymdstat'],
'snmp': ['pysnmp'],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册