NCAR / CUPiD

CUPiD is a “one stop shop” that enables and integrates timeseries file generation, data standardization, diagnostics, and metrics from all CESM components.
https://ncar.github.io/CUPiD/
Apache License 2.0
21 stars 19 forks source link

for the cupid-dev environment, packages are installed by pip instead of conda #43

Closed mnlevy1981 closed 5 months ago

mnlevy1981 commented 5 months ago

dev-environment.yml installs python and pip, and then uses pip to install all the dependencies listed in pyproject.toml. If we list those dependencies in the YAML file, then conda can install them and pip will realize they are available already.

katiedagon commented 5 months ago

it may also help to use mamba for creating the cupid_analysis environment, it was quite slow even using the updated conda version on my end