We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b45756 commit 2e389deCopy full SHA for 2e389de
setup.py
@@ -50,7 +50,7 @@ def readme():
50
'Topic :: System :: Distributed Computing',
51
'Development Status :: 5 - Production/Stable',
52
],
53
- install_requires=['numpy>=1.13.3', 'scipy>=1.8.1', 'jsonschema', 'python-constraint'],
+ install_requires=['numpy>=1.13.3', 'scipy>=1.8.1', 'jsonschema', 'python-constraint', 'xmltodict'],
54
extras_require={
55
'doc': ['sphinx', 'sphinx_rtd_theme', 'nbsphinx', 'pytest', 'ipython', 'markupsafe==2.0.1'],
56
'cuda': ['pycuda', 'nvidia-ml-py', 'pynvml>=11.4.1'],
0 commit comments