Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ package_dir =
# Add here dependencies of your project (semicolon/line-separated), e.g.
install_requires =
importlib-metadata; python_version<"3.10"
numpy>=1.20,<1.27
numpy>=2.0.0,<2.1
scipy>=1.2,<2.0
matplotlib>=1.0,<4.0
scikit-learn>=1.0,<2.0
Expand All @@ -48,12 +48,12 @@ exclude =
[options.extras_require]
dev =
black[jupyter]~=23.1; python_version<="3.7"
black[jupyter]~=23.12; python_version>"3.7"
black[jupyter]>=23.12,<25.0; python_version>"3.7"
coverage
coveralls
flake8
isort
mypy~=1.8.0; python_version>"3.7"
mypy>=1.8,<1.11; python_version>"3.7"
mypy~=1.4.0; python_version<="3.7"
pre-commit
pytest
Expand Down