Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0c58bc6

Browse files
committedDec 15, 2024··
Remove unused midoss dependencies from env files
The geopandas, shapely, rasterio, and PyTables packages were removed from multiple environment files and configurations as they are no longer required dependencies for the moad_tools package. This cleanup reduces dependency bloat and simplifies maintenance.
1 parent eb53298 commit 0c58bc6

7 files changed

+0
-25
lines changed
 

‎docs/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
"scipy",
105105
"scipy.interpolate",
106106
"scipy.io",
107-
"shapely",
108107
"watchdog",
109108
"xarray",
110109
]

‎envs/environment-dev.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ dependencies:
3838
- f90nml
3939
- feedgen
4040
- flox
41-
- geopandas
4241
- gitpython
4342
- gsw
4443
- h5netcdf
@@ -58,19 +57,16 @@ dependencies:
5857
- pygrib
5958
- pypdf
6059
- pyproj
61-
- pytables
6260
- python=3.12
6361
- pyyaml
6462
- pyzmq
65-
- rasterio
6663
- requests
6764
- retrying
6865
- rich
6966
- schedule
7067
- scipy
7168
- scour
7269
- sentry-sdk
73-
- shapely
7470
- structlog
7571
- supervisor
7672
- tenacity

‎envs/environment-fig-dev.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ dependencies:
3131
- coloredlogs
3232
- dask
3333
- docutils
34-
- geopandas
3534
- gitpython
3635
- gsw
3736
- h5netcdf
@@ -51,14 +50,11 @@ dependencies:
5150
- pygrib
5251
- pypdf
5352
- pyproj
54-
- pytables
5553
- python=3.12
5654
- pyyaml
57-
- rasterio
5855
- requests
5956
- scipy
6057
- sentry-sdk
61-
- shapely
6258
- verboselogs
6359
- watchdog
6460
- xarray

‎envs/environment-linkcheck.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ dependencies:
2626
- f90nml
2727
- feedgen
2828
- flox
29-
- geopandas
3029
- gitpython
3130
- gsw
3231
- httpx
@@ -46,18 +45,15 @@ dependencies:
4645
- pygrib
4746
- pypdf
4847
- pyproj
49-
- pytables
5048
- pyyaml
5149
- pyzmq
52-
- rasterio
5350
- requests
5451
- retrying
5552
- rich
5653
- schedule
5754
- scipy
5855
- scour
5956
- sentry-sdk
60-
- shapely
6157
- structlog
6258
- supervisor
6359
- tenacity

‎envs/environment-prod.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ dependencies:
3838
- f90nml
3939
- feedgen
4040
- flox
41-
- geopandas
4241
- gitpython
4342
- gsw
4443
- h5netcdf
@@ -58,19 +57,16 @@ dependencies:
5857
- pygrib
5958
- pypdf
6059
- pyproj
61-
- pytables
6260
- python=3.12
6361
- pyyaml
6462
- pyzmq
65-
- rasterio
6663
- requests
6764
- retrying
6865
- rich
6966
- schedule
7067
- scipy
7168
- scour
7269
- sentry-sdk
73-
- shapely
7470
- structlog
7571
- supervisor
7672
- tenacity

‎envs/environment-test.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ dependencies:
2626
- f90nml
2727
- feedgen
2828
- flox
29-
- geopandas
3029
- gitpython
3130
- gsw
3231
- httpx
@@ -45,18 +44,15 @@ dependencies:
4544
- pygrib
4645
- pypdf
4746
- pyproj
48-
- pytables
4947
- pyyaml
5048
- pyzmq
51-
- rasterio
5249
- requests
5350
- retrying
5451
- rich
5552
- schedule
5653
- scipy
5754
- scour
5855
- sentry-sdk
59-
- shapely
6056
- structlog
6157
- supervisor
6258
- tenacity

‎pyproject.toml

-4
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ dependencies = [
5757
"f90nml",
5858
"feedgen",
5959
"flox",
60-
"geopandas",
6160
"gitpython",
6261
"gsw",
6362
"h5netcdf",
@@ -76,16 +75,13 @@ dependencies = [
7675
"pygrib",
7776
"pypdf",
7877
"pyproj",
79-
"tables", # pkg name is pytables but pip sees it as tables
8078
"python-hglib",
8179
"pyyaml",
82-
"rasterio",
8380
"retrying",
8481
"rich",
8582
"scipy",
8683
"scour",
8784
"sentry-sdk",
88-
"shapely",
8985
"structlog",
9086
"supervisor",
9187
"sysrsync",

0 commit comments

Comments
 (0)
Please sign in to comment.