Skip to content

Commit f481b20

Browse files
reducing upper import limits for hope of better conda compatibility with latest numpy etc.
1 parent 194e375 commit f481b20

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"gdal",
3131
"xarray",
3232
"netcdf4",
33-
"scipy>=1.8,<1.11",
33+
"scipy>=1.8",
3434
"matplotlib",
3535
"statsmodels",
3636
"palettable",
@@ -45,7 +45,7 @@ dependencies = [
4545
"param",
4646
"rtree",
4747
"click",
48-
"dask>=2022.11,<2023.5",
48+
"dask>=2022.11",
4949
"pyshp",
5050
"numpy>=1.23"
5151
]

schimpy_env.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels:
77
- defaults # For predictable behavior, set your conda config
88
- cadwr-dms
99
dependencies:
10-
- python>=3.9,<3.12
10+
- python>=3.9,<=3.13
1111
- schimpy>=1.6.5 # Recommended for compatibility with current code. Please coordinate with schism_env.yml
1212
- vtools3
1313
- dms-datastore>=0.0.16
@@ -17,7 +17,7 @@ dependencies:
1717
- netcdf4>=1.5.7
1818
- dask>=2025.0
1919
- numba>=0.56
20-
- scipy>=1.8,<1.11
20+
- scipy>=1.8
2121
- statsmodels>=0.13.2
2222
- pip>=22.2
2323
- geopandas>0.9

0 commit comments

Comments
 (0)