Skip to content

Commit

Permalink
Merge branch 'main' into gavinmischler-patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmischler authored Nov 14, 2024
2 parents f06828e + a7d8f63 commit 4c413d8
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 4c413d8

Please sign in to comment.