-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move docker requirements into text files (#18)
- Loading branch information
1 parent
9867151
commit cb6fe49
Showing
6 changed files
with
46 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,16 +19,17 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
python-version: "3.12.4" | ||
cache: "pip" | ||
|
||
- name: "Install requirements" | ||
run: python3 -m pip install -r requirements.txt | ||
run: | | ||
python -m pip install --upgrade pip | ||
pip install ruff | ||
- name: "Format" | ||
run: python3 -m ruff format . | ||
run: ruff format . | ||
|
||
- name: "Check" | ||
run: python3 -m ruff check --output-format=github . --fix --exit-zero | ||
run: ruff check --output-format=github . --fix --exit-zero | ||
|
||
- name: "Auto Commit" | ||
uses: stefanzweifel/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
astral==3.2 | ||
timezonefinder==6.5.4 | ||
pytz==2024.2 | ||
zarr==2.18.3 | ||
s3fs==2024.10.0 | ||
ujson==5.10.0 | ||
starlette==0.41.3 | ||
uvicorn==0.32.0 | ||
fastapi==0.115.5 | ||
fastapi-utils==0.8.0 | ||
boto3==1.35.65 | ||
scipy==1.14.1 | ||
orjson==3.10.11 | ||
psutil==6.1.0 | ||
typing-inspect==0.9.0 | ||
watchfiles==0.24.0 | ||
dask==2024.11.2 | ||
xarray==2024.10.0 | ||
pandas==2.2.3 | ||
fastparquet==2024.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
numpy==2.1.3 | ||
boto3==1.35.65 | ||
netCDF4==1.7.2 | ||
xarray==2024.10.0 | ||
cartopy==0.24.1 | ||
cfgrib==0.9.14.1 | ||
eccodes>=1.6.1 | ||
zarr==2.18.3 | ||
dask==2024.11.2 | ||
s3fs==2024.10.0 | ||
bottleneck==1.4.2 | ||
rioxarray==0.18.1 | ||
distributed==2024.11.2 | ||
xarray-spatial==0.4.0 | ||
redis==5.2.0 | ||
rechunker==0.5.2 | ||
geopandas==1.0.1 | ||
nwswx==0.1.2 | ||
git+https://github.com/blaylockbk/Herbie.git |
File renamed without changes.