From 17b2ab3e71f881bbf7673707580d73d12d407dfe Mon Sep 17 00:00:00 2001 From: hailey <188331+haileyplusplus@users.noreply.github.com> Date: Sun, 31 Mar 2024 20:05:44 -0500 Subject: [PATCH] Update requirements to allow running on Apple Silicon. Also update past a vulnerable version of requests. --- data_analysis/requirements.txt | 2 +- requirements.txt | 4 ++-- scrape_data/requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data_analysis/requirements.txt b/data_analysis/requirements.txt index 6d8ddfa..46c45a2 100644 --- a/data_analysis/requirements.txt +++ b/data_analysis/requirements.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 9e3218d..635c6da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/scrape_data/requirements.txt b/scrape_data/requirements.txt index 9e57baa..f32b733 100644 --- a/scrape_data/requirements.txt +++ b/scrape_data/requirements.txt @@ -1,4 +1,4 @@ pendulum==2.1.2 -requests==2.26.0 +requests==2.31.0 beautifulsoup4==4.11.1 lxml==4.9.1 \ No newline at end of file