Matthias Volk
4 years ago
No known key found for this signature in database
GPG Key ID: 83A57678F739FCD3
1 changed files with
3 additions and
0 deletions
-
setup.py
|
@ -276,5 +276,8 @@ setup( |
|
|
install_requires=['pycarl>=2.0.4'], |
|
|
install_requires=['pycarl>=2.0.4'], |
|
|
setup_requires=['pytest-runner'], |
|
|
setup_requires=['pytest-runner'], |
|
|
tests_require=['pytest'], |
|
|
tests_require=['pytest'], |
|
|
|
|
|
extras_require={ |
|
|
|
|
|
"numpy": ["numpy"], |
|
|
|
|
|
}, |
|
|
python_requires='>=3', |
|
|
python_requires='>=3', |
|
|
) |
|
|
) |