metoppv / improver

IMPROVER is a library of algorithms for meteorological post-processing.
http://improver.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
101 stars 84 forks source link

Failing CI Tests / Sphinx-Pytest-Coverage (conda-forge) #2010

Closed cpelley closed 2 weeks ago

cpelley commented 2 weeks ago

Example: https://github.com/metoppv/improver/actions/runs/9810862589/job/27091941214?pr=2003

...
  File "/usr/share/miniconda/envs/imconda-forge/lib/python3.9/site-packages/PIL/Image.py", line 68, in <module>
    from ._typing import StrOrBytesPath, TypeGuard
  File "/usr/share/miniconda/envs/imconda-forge/lib/python3.9/site-packages/PIL/_typing.py", line 10, in <module>
    NumpyArray = npt.NDArray[Any]
AttributeError: module 'numpy.typing' has no attribute 'NDArray'