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