Skip to content

Commit

Permalink
Loosen scipy and numpy requirements
Browse files Browse the repository at this point in the history
The older version that were specified fail to install on my machine -
probably on other machines too.
  • Loading branch information
Stormheg committed Jun 18, 2023
1 parent a0e764c commit 1ab87aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
install_requires=[
"Wagtail>=4.1",
"user-agents>=2.2,<2.3",
"numpy>=1.19.4,<1.23",
"scipy>=1.5.4,<1.9",
"numpy>=1.19.4,<1.25",
"scipy>=1.5.4,<1.10",
],
extras_require={
"testing": ["dj-database-url==0.5.0", "freezegun==1.2.1"],
Expand Down

0 comments on commit 1ab87aa

Please sign in to comment.