Skip to content

Commit

Permalink
scipy/pysal compatability fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswillis committed Oct 24, 2024
1 parent c2aa7ac commit 63f3a33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ scikit-learn = "*"
esda = "*"
libpysal = "*"
matplotlib = "*" # implicit dependency of esda
scipy = "<=1.10.0" # prevent incompatibility with pysal 4.7.0, which is what is resolved to when shapely >2 is specified

[packages]
pandas="<=1.5.3"
Expand Down

0 comments on commit 63f3a33

Please sign in to comment.