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