Browse Source

Set numpy as optional dependency

refactoring
Matthias Volk 4 years ago
parent
commit
2f8781f6e2
No known key found for this signature in database GPG Key ID: 83A57678F739FCD3
  1. 3
      setup.py

3
setup.py

@ -276,5 +276,8 @@ setup(
install_requires=['pycarl>=2.0.4'],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
extras_require={
"numpy": ["numpy"],
},
python_requires='>=3',
)
Loading…
Cancel
Save