From 67220ee591e6db07605fe25a8e87187ad7f1f141 Mon Sep 17 00:00:00 2001 From: Doug Latornell Date: Tue, 14 Jan 2025 13:53:20 -0800 Subject: [PATCH] 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. --- SalishSeaTools/envs/environment-test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/SalishSeaTools/envs/environment-test.yaml b/SalishSeaTools/envs/environment-test.yaml index e959218a..79cae662 100644 --- a/SalishSeaTools/envs/environment-test.yaml +++ b/SalishSeaTools/envs/environment-test.yaml @@ -17,9 +17,7 @@ dependencies: - f90nml - gsw - h5netcdf - - ipdb - ipython - - jupyterlab - lxml - matplotlib - netCDF4