build: test dependencies added as extra to setup.py.

This commit is contained in:
Fabian Joswig 2022-11-22 14:42:24 +00:00
parent 7b740c03d4
commit bde7db4a4b
No known key found for this signature in database

View file

@ -26,6 +26,7 @@ setup(name='pyerrors',
packages=find_packages(),
python_requires='>=3.7.0',
install_requires=['numpy>=1.19', 'autograd>=1.5', 'numdifftools>=0.9.41', 'matplotlib>=3.5', 'scipy>=1.7', 'iminuit>=2.17', 'h5py>=3.7', 'lxml>=4.9', 'python-rapidjson>=1.9', 'pandas>=1.1'],
extras_require={'test': ['pytest', 'pytest-cov', 'pytest-benchmark']},
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',