Skip to content

Commit

Permalink
Merge pull request #77 from haileyplusplus/requirements
Browse files Browse the repository at this point in the history
Update requirements to allow running on Apple Silicon.
  • Loading branch information
haileyplusplus authored Apr 3, 2024
2 parents 78762d4 + 17b2ab3 commit 083b7a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data_analysis/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ boto3==1.21.21 # The version can also be removed to resolve conflict.
pandas==1.4.3
geopandas==0.11.1
s3fs==2022.7.1
shapely==1.8.4
shapely>=1.8.4
jupyter==1.0.0
typer[all]==0.6.1
plotly==5.11.0
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
-r scrape_data/requirements.txt
flake8==5.0.4
black==22.6.0
s3path==0.3.4
s3path==0.4.2
tqdm==4.64.0
autopep8==1.7.0
python-dotenv==0.20.0
seaborn==0.12.0
PyQt5==5.15.7
PyQt5>=5.15.7
folium==0.12.1.post1
mapclassify>=2.4.2+55.g0155c6e
plotly==5.11.0
Expand Down
2 changes: 1 addition & 1 deletion scrape_data/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pendulum==2.1.2
requests==2.26.0
requests==2.31.0
beautifulsoup4==4.11.1
lxml==4.9.1

0 comments on commit 083b7a2

Please sign in to comment.