iris
/numpy
incomptibility causing notebook issues
#294
Labels
bug
Code that is failing or producing the wrong result
dependency
Issues with a dependency or import
Milestone
Another annoying dependency issue...
iris v3.6.0
is incompatible with the latest version ofnumpy
(v1.24.3
) SciTools/iris#5274When creating a new environment with
mamba
, it prioritisesnumpy v1.24.3
and installs an older version ofiris
,v3.1.0
This version of
iris.load_cube
causes an error if given apathlib.Path
object to load, which causes the notebooks to failI expect this isn't causing an error in the notebook tests because we use
conda
to create the environment there, and it probably solves in a different way.Short term can be fixed by casting the file paths to strings
The text was updated successfully, but these errors were encountered: