[Bug]: v2.12.0 and v2.12.1 Anaconda package missing scipy
dependency for QBO wavelet?
#904
Closed
3 tasks done
Labels
bug
Bug fix (will increment patch version)
What happened?
e3sm_diags=2.12.1
conda create -n e3sm_diags_2_12_1 -c conda-forge e3sm_diags=2.12.1
e3sm_diags
with v3 data using Python script (provided below in description)What did you expect to happen? Are there are possible answers you came across?
ci.yml
anddev.yml
environments includescipy
under"Testing"
section. It should be included under"Base"
instead.e3sm_diags/conda-env/ci.yml
Line 31 in ca41b0e
e3sm_diags/conda-env/dev.yml
Line 29 in ca41b0e
scipy
topyproject.toml
dependenciesscipy
as a dependencyscipy
dependency conda-forge/e3sm_diags-feedstock#39Minimal Complete Verifiable Example (MVCE)
Relevant log output
Anything else we need to know?
I don't think we caught this because the
ci.yml
anddev.yml
conda envs includescipy
as a"Testing"
dependency. E3SM Unified also most likely includesscipy
as a dependency/sub-dependency.Environment
The text was updated successfully, but these errors were encountered: