Skip to content

Commit

Permalink
Add et_xmlfile, openpyxl, & tqdm to environment files
Browse files Browse the repository at this point in the history
These dependencies were added to multiple environment YAML files and
`pyproject.toml` to support the refactored SalishSeaTools package.
  • Loading branch information
douglatornell committed Jan 12, 2025
1 parent d3802dd commit ccd3ade
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions envs/environment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies:
- coloredlogs
- dask
- docutils
- et_xmlfile
- f90nml
- feedgen
- flox
Expand All @@ -49,6 +50,7 @@ dependencies:
- netcdf4
- numpy
- numpy-indexed
- openpyxl
- pandas
- paramiko
- pillow
Expand All @@ -70,6 +72,7 @@ dependencies:
- structlog
- supervisor
- tenacity
- tqdm
- utm
- verboselogs
- watchdog
Expand Down
3 changes: 3 additions & 0 deletions envs/environment-fig-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies:
- coloredlogs
- dask
- docutils
- et_xmlfile
- gitpython
- gsw
- h5netcdf
Expand All @@ -42,6 +43,7 @@ dependencies:
- netcdf4
- numpy
- numpy-indexed
- openpyxl
- pandas
- paramiko
- pillow
Expand All @@ -55,6 +57,7 @@ dependencies:
- requests
- scipy
- sentry-sdk
- tqdm
- verboselogs
- watchdog
- xarray
Expand Down
3 changes: 3 additions & 0 deletions envs/environment-linkcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
- coloredlogs
- dask
- docutils
- et_xmlfile
- f90nml
- feedgen
- flox
Expand All @@ -37,6 +38,7 @@ dependencies:
- netcdf4
- numpy
- numpy-indexed
- openpyxl
- pandas
- paramiko
- pillow
Expand All @@ -57,6 +59,7 @@ dependencies:
- structlog
- supervisor
- tenacity
- tqdm
- utm
- verboselogs
- watchdog
Expand Down
3 changes: 3 additions & 0 deletions envs/environment-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies:
- coloredlogs
- dask
- docutils
- et_xmlfile
- f90nml
- feedgen
- flox
Expand All @@ -49,6 +50,7 @@ dependencies:
- netcdf4
- numpy
- numpy-indexed
- openpyxl
- pandas
- paramiko
- pillow
Expand All @@ -70,6 +72,7 @@ dependencies:
- structlog
- supervisor
- tenacity
- tqdm
- utm
- verboselogs
- watchdog
Expand Down
3 changes: 3 additions & 0 deletions envs/environment-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
- coloredlogs
- dask
- docutils
- et_xmlfile
- f90nml
- feedgen
- flox
Expand All @@ -36,6 +37,7 @@ dependencies:
- netcdf4
- numpy
- numpy-indexed
- openpyxl
- pandas
- paramiko
- pillow
Expand All @@ -56,6 +58,7 @@ dependencies:
- structlog
- supervisor
- tenacity
- tqdm
- utm
- verboselogs
- watchdog
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dependencies = [
"cmocean",
"dask",
"docutils",
"et_xmlfile",
"f90nml",
"feedgen",
"flox",
Expand All @@ -68,6 +69,7 @@ dependencies = [
"netcdf4",
"numpy",
"numpy-indexed",
"openpyxl",
"pandas",
"paramiko",
"pillow",
Expand All @@ -86,6 +88,7 @@ dependencies = [
"supervisor",
"sysrsync",
"tenacity",
"tqdm",
"utm",
"watchdog",
"xarray",
Expand Down

0 comments on commit ccd3ade

Please sign in to comment.