diff --git a/docs/conf.py b/docs/conf.py index 35e72fd2..3fc5f72b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -104,7 +104,6 @@ "scipy", "scipy.interpolate", "scipy.io", - "shapely", "watchdog", "xarray", ] diff --git a/envs/environment-dev.yaml b/envs/environment-dev.yaml index 02325f4c..576fb98f 100644 --- a/envs/environment-dev.yaml +++ b/envs/environment-dev.yaml @@ -38,7 +38,6 @@ dependencies: - f90nml - feedgen - flox - - geopandas - gitpython - gsw - h5netcdf @@ -58,11 +57,9 @@ dependencies: - pygrib - pypdf - pyproj - - pytables - python=3.12 - pyyaml - pyzmq - - rasterio - requests - retrying - rich @@ -70,7 +67,6 @@ dependencies: - scipy - scour - sentry-sdk - - shapely - structlog - supervisor - tenacity diff --git a/envs/environment-fig-dev.yaml b/envs/environment-fig-dev.yaml index 230980e7..42fc05a6 100644 --- a/envs/environment-fig-dev.yaml +++ b/envs/environment-fig-dev.yaml @@ -31,7 +31,6 @@ dependencies: - coloredlogs - dask - docutils - - geopandas - gitpython - gsw - h5netcdf @@ -51,14 +50,11 @@ dependencies: - pygrib - pypdf - pyproj - - pytables - python=3.12 - pyyaml - - rasterio - requests - scipy - sentry-sdk - - shapely - verboselogs - watchdog - xarray diff --git a/envs/environment-linkcheck.yaml b/envs/environment-linkcheck.yaml index e76a2e24..c2e6b873 100644 --- a/envs/environment-linkcheck.yaml +++ b/envs/environment-linkcheck.yaml @@ -26,7 +26,6 @@ dependencies: - f90nml - feedgen - flox - - geopandas - gitpython - gsw - httpx @@ -46,10 +45,8 @@ dependencies: - pygrib - pypdf - pyproj - - pytables - pyyaml - pyzmq - - rasterio - requests - retrying - rich @@ -57,7 +54,6 @@ dependencies: - scipy - scour - sentry-sdk - - shapely - structlog - supervisor - tenacity diff --git a/envs/environment-prod.yaml b/envs/environment-prod.yaml index f4f21f68..05d3aa68 100644 --- a/envs/environment-prod.yaml +++ b/envs/environment-prod.yaml @@ -38,7 +38,6 @@ dependencies: - f90nml - feedgen - flox - - geopandas - gitpython - gsw - h5netcdf @@ -58,11 +57,9 @@ dependencies: - pygrib - pypdf - pyproj - - pytables - python=3.12 - pyyaml - pyzmq - - rasterio - requests - retrying - rich @@ -70,7 +67,6 @@ dependencies: - scipy - scour - sentry-sdk - - shapely - structlog - supervisor - tenacity diff --git a/envs/environment-test.yaml b/envs/environment-test.yaml index f5a8b6e3..cfa2ca09 100644 --- a/envs/environment-test.yaml +++ b/envs/environment-test.yaml @@ -26,7 +26,6 @@ dependencies: - f90nml - feedgen - flox - - geopandas - gitpython - gsw - httpx @@ -45,10 +44,8 @@ dependencies: - pygrib - pypdf - pyproj - - pytables - pyyaml - pyzmq - - rasterio - requests - retrying - rich @@ -56,7 +53,6 @@ dependencies: - scipy - scour - sentry-sdk - - shapely - structlog - supervisor - tenacity diff --git a/pyproject.toml b/pyproject.toml index 3a2824f0..7e0ef466 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,6 @@ dependencies = [ "f90nml", "feedgen", "flox", - "geopandas", "gitpython", "gsw", "h5netcdf", @@ -76,16 +75,13 @@ dependencies = [ "pygrib", "pypdf", "pyproj", - "tables", # pkg name is pytables but pip sees it as tables "python-hglib", "pyyaml", - "rasterio", "retrying", "rich", "scipy", "scour", "sentry-sdk", - "shapely", "structlog", "supervisor", "sysrsync",