Skip to content

Commit

Permalink
Properly setting required Python version (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Meisrimel <peter@DESKTOP-1M5QKO1>
  • Loading branch information
2 people authored and modelonrobinandersson committed Jun 25, 2024
1 parent eb20e25 commit 1c2a41a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ setup_requires =
numpy >= 1.19.5
cython >= 3.0.7

python_requires = >=3.9

install_requires =
python >= 3.9
numpy >= 1.19.5
scipy >= 1.10.1, < 1.13.0
cython >= 3.0.7
Expand Down

0 comments on commit 1c2a41a

Please sign in to comment.