Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Update requirements.txt #1209

Merged
merged 5 commits into from
Sep 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:

runs-on: ubuntu-latest
container: slacgismo/gridlabd_dockerhub_base:220920
container: hipas/gridlabd_base:220921

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:

runs-on: ubuntu-latest
container: slacgismo/gridlabd_dockerhub_base:220920
container: hipas/gridlabd_base:220921

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hipas/gridlabd_base:220920
FROM hipas/gridlabd_base:220921


ENV container docker
Expand Down
1 change: 0 additions & 1 deletion geodata/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
haversine==2.3.0
Fiona==1.8.19
pandas==1.4.3
Shapely==1.7.1
geopandas==0.9.0
CensusData==1.13
openpyxl==3.0.7
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
matplotlib==3.3.3
numpy>=1.21.4
numpy==1.23.3
pytz==2020.4
PyGithub==1.54.1
docker==4.4.4
folium==0.12.1
scikit-learn==0.24.2
xlrd==2.0.1
openpyxl>=3.0.7
scipy==1.6.2
scipy==1.9.1
pandas_access>=0.0.1
Shapely==1.8.4
1 change: 0 additions & 1 deletion subcommands/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
haversine==2.3.0
pandas==1.4.3
Shapely==1.7.1
geopandas==0.9.0
PyGithub==1.54.1
matplotlib==3.3.3
Expand Down