Skip to content

Commit

Permalink
fix: updated scipy version to allow 1.14.x (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankana2113 authored and fabclmnt committed Oct 29, 2024
1 parent d6df865 commit a61da7b
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,4 +1,4 @@
scipy>=1.4.1, <1.14
scipy>=1.4.1, <1.15
pandas>1.1, <3, !=1.4.0
matplotlib>=3.5, <3.10
pydantic>=2
Expand All @@ -24,4 +24,4 @@ typeguard>=3, <5
imagehash==4.3.1
wordcloud>=1.9.3
dacite>=1.8
numba>=0.56.0, <1
numba>=0.56.0, <1

0 comments on commit a61da7b

Please sign in to comment.