[chore] Furture lint rules and removal of flake8

This commit is contained in:
Fabian Joswig 2026-04-20 20:28:15 +02:00
commit d9ffa33b2c
14 changed files with 107 additions and 68 deletions

View file

@ -26,7 +26,7 @@ setup(name='pyerrors',
packages=find_packages(),
python_requires='>=3.10.0',
install_requires=['numpy>=2.0', 'autograd>=1.7.0', 'numdifftools>=0.9.41', 'matplotlib>=3.9', 'scipy>=1.13', 'iminuit>=2.28', 'h5py>=3.11', 'lxml>=5.0', 'python-rapidjson>=1.20', 'pandas>=2.2', 'odrpack>=0.5'],
extras_require={'test': ['pytest', 'pytest-cov', 'pytest-benchmark', 'hypothesis', 'nbmake', 'flake8']},
extras_require={'test': ['pytest', 'pytest-cov', 'pytest-benchmark', 'hypothesis', 'nbmake']},
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',