Skip to content

Commit

Permalink
Fix numpy below 2.0 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmischler authored Nov 14, 2024
1 parent dd2b894 commit a7d8f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matplotlib>=3.1.0
numpy>=1.15.0
numpy>=1.15.0,<2.0 # numpy>=2.0 is incompatible with gdist, a dependency of surfdist
scipy>=1.5.0
pandas>=1.0.0
statsmodels>=0.13.0
Expand All @@ -17,4 +17,4 @@ packaging
plotly>=5.0.0
nibabel>=5.0.0
scikit-spatial>=5.0.0
gdist>=2.0.0
gdist>=2.0.0

0 comments on commit a7d8f63

Please sign in to comment.