Skip to content

Commit

Permalink
Remove unnecessary dependencies from SalishSeaTools env files (#126)
Browse files Browse the repository at this point in the history
* Drop unused 'cliff' dependency from env files

The 'cliff' package was removed from both environment-test.yaml and
environment-dev.yaml as it is no longer required because the command processor
packages that require it were removed from the repository long ago. This cleanup
helps streamline the environment configurations by reducing unnecessary
dependencies.

* Drop ipdb & jupyterlab from test environment yaml

This change streamlines the test environment by removing unnecessary
dependencies. ipdb and jupyterlab are not required for the testing workflow,
reducing setup complexity and potential overhead.
  • Loading branch information
douglatornell authored Jan 14, 2025
1 parent 5ea3c7d commit fd585fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion SalishSeaTools/envs/environment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ channels:
dependencies:
- arrow
- bottleneck
- cliff
- cmocean
- f90nml
- gsw
Expand Down
3 changes: 0 additions & 3 deletions SalishSeaTools/envs/environment-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@ channels:
dependencies:
- arrow
- bottleneck
- cliff
- cmocean
- f90nml
- gsw
- h5netcdf
- ipdb
- ipython
- jupyterlab
- lxml
- matplotlib
- netCDF4
Expand Down

0 comments on commit fd585fe

Please sign in to comment.