bump pip requirments to work on M1 Macs
This commit is contained in:
parent
c7e0c16d88
commit
a78938d597
@ -22,16 +22,16 @@ h11==0.14.0
|
|||||||
idna==3.3
|
idna==3.3
|
||||||
importlib-metadata==4.8.2
|
importlib-metadata==4.8.2
|
||||||
jmespath==1.0.1
|
jmespath==1.0.1
|
||||||
joblib==1.1.0
|
joblib>=1.1.1
|
||||||
kiwisolver==1.3.1
|
kiwisolver==1.4.4
|
||||||
matplotlib==3.3.4
|
matplotlib==3.7.2
|
||||||
multidict==6.0.4
|
multidict==6.0.4
|
||||||
nltk==3.6.5
|
nltk==3.6.5
|
||||||
numpy==1.19.5
|
numpy==1.25.2
|
||||||
openai==0.27.0
|
openai==0.27.0
|
||||||
outcome==1.2.0
|
outcome==1.2.0
|
||||||
packaging==23.0
|
packaging==23.0
|
||||||
pandas==1.1.5
|
pandas==2.0.3
|
||||||
patsy==0.5.3
|
patsy==0.5.3
|
||||||
Pillow==8.4.0
|
Pillow==8.4.0
|
||||||
psycopg2-binary==2.9.5
|
psycopg2-binary==2.9.5
|
||||||
@ -43,9 +43,9 @@ pytz==2021.3
|
|||||||
regex==2021.11.10
|
regex==2021.11.10
|
||||||
requests==2.26.0
|
requests==2.26.0
|
||||||
s3transfer==0.6.0
|
s3transfer==0.6.0
|
||||||
scikit-learn==0.24.2
|
scikit-learn==1.3.0
|
||||||
scikit-posthocs==0.7.0
|
scikit-posthocs==0.7.0
|
||||||
scipy==1.5.4
|
scipy==1.11.1
|
||||||
seaborn==0.12.2
|
seaborn==0.12.2
|
||||||
selenium==4.8.2
|
selenium==4.8.2
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
@ -64,5 +64,5 @@ typing-extensions==4.0.0
|
|||||||
urllib3==1.26.7
|
urllib3==1.26.7
|
||||||
wsproto==1.2.0
|
wsproto==1.2.0
|
||||||
yarl==1.8.2
|
yarl==1.8.2
|
||||||
yellowbrick==1.3.post1
|
yellowbrick==1.5
|
||||||
zipp==3.6.0
|
zipp==3.6.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user