Skip to content

Commit

Permalink
limiting max scipy version until source of regression has been found
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMeisrimelModelon committed Apr 8, 2024
1 parent cc47488 commit 4f9852f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ setup_requires =

install_requires =
numpy >= 1.26.3
scipy >= 1.11.4
scipy >= 1.11.4, < 1.13
cython >= 3.0.7
nose-py3 >= 1.6.3
matplotlib > 3
Expand Down

0 comments on commit 4f9852f

Please sign in to comment.