eWaterCycle / infra

Instructions for system administrators to deploy the eWaterCycle platform
Apache License 2.0
0 stars 0 forks source link

Pin python==3.10, esmpy<8.4 in env.yml #142

Closed BSchilperoort closed 1 year ago

BSchilperoort commented 1 year ago

Tested with

micromamba env create -n infra_test --file roles/ewatercycle/files/environment.yml
micromamba activate infra_test
python
import ESMF as esmpy
import ewatercycle

Build successful, imports resolve fine.