Skip to content

Commit caec7f0

Browse files
alexbarrosaquemy
authored andcommitted
chore: upgrade scipy version (#1342)
* fix: remove upper bounds * fix: remove upperbounds numpy * fix: update requirements * fix: update requirements * fix: revert numpy version, causing spark conflict * chore: upgrade scipy upper limit
1 parent d750e00 commit caec7f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
scipy>=1.4.1, <1.10
1+
scipy>=1.4.1, <1.11
22
pandas>1.1, <2, !=1.4.0
33
matplotlib>=3.2, <4
44
pydantic>=1.8.1, <2
@@ -23,4 +23,4 @@ statsmodels>=0.13.2, <1
2323
typeguard>=2.13.2, <3
2424
imagehash==4.3.1
2525
wordcloud>=1.9.1
26-
dacite>=1.8
26+
dacite>=1.8

0 commit comments

Comments
 (0)