Skip to content

Commit

Permalink
require older numpy on 3.9
Browse files Browse the repository at this point in the history
crick version 0.6.0 is the last version to support 3.9. It is compiled against numpy <2.0.0
  • Loading branch information
jkittner committed Oct 24, 2024
1 parent a02747d commit 7ee824f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"tqdm",
],
extras_require={
':python_version == "3.9"': ["numpy<2.0.0"],
"test": [
"pytest",
"pytest-cov",
Expand Down

0 comments on commit 7ee824f

Please sign in to comment.