Skip to content

Commit

Permalink
Merge pull request natcap#1524 from davemfish/bugfix/GHA-1508-macos-b…
Browse files Browse the repository at this point in the history
…uilds

restrict scipy version to one that does not use `packaging.tags`
  • Loading branch information
dcdenu4 authored Feb 20, 2024
2 parents 34bf4f7 + 9df565c commit 9a70648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pandas>=1.2.1
numpy>=1.11.0,!=1.16.0
Rtree>=0.8.2,!=0.9.1
shapely>=2.0.0
scipy>=1.9.0
scipy>=1.9.0,!=1.12.*
pygeoprocessing>=2.4.2 # pip-only
taskgraph>=0.11.0
psutil>=5.6.6
Expand Down

0 comments on commit 9a70648

Please sign in to comment.