Skip to content

Commit

Permalink
Merge pull request #11 from mattkanwisher/main
Browse files Browse the repository at this point in the history
Make project it buildable on M1 Apple Silicon Macs
  • Loading branch information
joonspk-research authored Aug 10, 2023
2 parents 729fb05 + a78938d commit c88afd7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ h11==0.14.0
idna==3.3
importlib-metadata==4.8.2
jmespath==1.0.1
joblib==1.1.0
kiwisolver==1.3.1
matplotlib==3.3.4
joblib>=1.1.1
kiwisolver==1.4.4
matplotlib==3.7.2
multidict==6.0.4
nltk==3.6.5
numpy==1.19.5
numpy==1.25.2
openai==0.27.0
outcome==1.2.0
packaging==23.0
pandas==1.1.5
pandas==2.0.3
patsy==0.5.3
Pillow==8.4.0
psycopg2-binary==2.9.5
Expand All @@ -43,9 +43,9 @@ pytz==2021.3
regex==2021.11.10
requests==2.26.0
s3transfer==0.6.0
scikit-learn==0.24.2
scikit-learn==1.3.0
scikit-posthocs==0.7.0
scipy==1.5.4
scipy==1.11.1
seaborn==0.12.2
selenium==4.8.2
six==1.16.0
Expand All @@ -64,5 +64,5 @@ typing-extensions==4.0.0
urllib3==1.26.7
wsproto==1.2.0
yarl==1.8.2
yellowbrick==1.3.post1
yellowbrick==1.5
zipp==3.6.0

0 comments on commit c88afd7

Please sign in to comment.