ACCESS-NRI / payu-condaenv

A conda (mamba) python environment for running payu
Apache License 2.0
0 stars 2 forks source link

Update env-dev.yml: Add cftime dependency #29

Closed jo-basevi closed 3 months ago

jo-basevi commented 3 months ago

Add cftime dependency to dev environment file so conda handles the cftime install with a compatible version of numpy (one of cftime's dependencies) before payu is installed by pip. Closes #28

Using pip install of payu main branch seems to install incompatible versions of numpy and cftime? I don't fully understand how as when installing pip install payu in python virtual environments (python3.11), it seems to run fine.