Skip to content

Commit

Permalink
Fixed scipy requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrepucci committed Jul 17, 2024
1 parent 68cd2e7 commit d115eb9
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 @@ -7,7 +7,7 @@ umap-learn>=0.3.10
h5py>=2.10.0
numba>=0.41.0
numpy<=1.23.5
scipy>=1.4.1
scipy>=1.4.1,<=1.13.1
pandas<=1.4.4
scikit-learn>=0.23.0
matplotlib>=3.3.0,<3.8.0
Expand Down

0 comments on commit d115eb9

Please sign in to comment.