Skip to content

Commit f31e526

Browse files
EliEli
authored andcommitted
Pins and requirements.
1 parent 49f4c4c commit f31e526

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

schism_env.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ channels:
44
- nodefaults # For predictable behavior, set your conda config
55
- cadwr-dms
66
dependencies:
7-
- python>=3.9,<=3.12 # 3.13 is the highest that pyhecdss supports
8-
- schimpy>=1.12.1 # Recommended for compatibiltiy with current code
9-
- vtools3>=3.9.6
10-
- dms-datastore>=0.1.0
7+
- python>=3.11,<=3.13 # 3.13 is the highest that pyhecdss supports
8+
- schimpy>=1.15.1 # Recommended for compatibiltiy with current code
9+
- vtools3>=3.9.21
10+
- dms-datastore>=0.6.24
1111
- dynaconf
1212
- libgdal
1313
- pyogrio
@@ -43,6 +43,9 @@ dependencies:
4343
- rasterio
4444
- shapely
4545
- httpx
46+
- utide # used by vtools, eventually migrate to pyproj.toml there
47+
- pint # used by vtools, eventually migrate to pyproj.toml there
48+
- omegaconf
4649
# The following are not currently supported by conda but are available via pip with git:
4750
# git clone -b suxarray https://github.com/kjnam/uxarray.git && pushd uxarray && pip install --no-deps -e . && popd
4851
# git clone -b v2024.09.0 https://github.com/cadwrdeltamodeling/suxarray && pushd suxarray && pip install --no-deps -e . && popd

0 commit comments

Comments
 (0)