File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ channels:
77 - defaults # For predictable behavior, set your conda config
88 - cadwr-dms
99dependencies :
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
You can’t perform that action at this time.
0 commit comments