mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 11:33:42 +02:00
tests: fuzzy test for Obs added, test dependencies and documentation
updated.
This commit is contained in:
parent
ef23dd256f
commit
7bb164120b
5 changed files with 12 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -26,7 +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']},
|
||||
extras_require={'test': ['pytest', 'pytest-cov', 'pytest-benchmark', 'hypothesis']},
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Intended Audience :: Science/Research',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue