Skip to content

Commit

Permalink
chore: upgrade scipy version (#1342)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
alexbarros authored and aquemy committed May 24, 2023
1 parent f803fe7 commit 1244a98
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.10
scipy>=1.4.1, <1.11
pandas>1.1, <2, !=1.4.0
matplotlib>=3.2, <4
pydantic>=1.8.1, <2
Expand All @@ -23,4 +23,4 @@ statsmodels>=0.13.2, <1
typeguard>=2.13.2, <3
imagehash==4.3.1
wordcloud>=1.9.1
dacite>=1.8
dacite>=1.8

0 comments on commit 1244a98

Please sign in to comment.