From 7139230f37dfd778c3f7780aa83fe8c1279828cc Mon Sep 17 00:00:00 2001 From: Lars Buntemeyer Date: Tue, 13 Feb 2024 18:34:09 +0100 Subject: [PATCH 1/3] Update environment.yml --- ci/requirements/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements/environment.yml b/ci/requirements/environment.yml index b4d4065..15fd6a1 100644 --- a/ci/requirements/environment.yml +++ b/ci/requirements/environment.yml @@ -5,7 +5,7 @@ channels: dependencies: - cartopy - matplotlib-base - - numpy!=1.26.3 + - numpy<1.26.3 - pooch - regionmask - setuptools From 3020f96457d43f9996ea795510539eca58407ea3 Mon Sep 17 00:00:00 2001 From: Lars Buntemeyer Date: Tue, 13 Feb 2024 18:35:09 +0100 Subject: [PATCH 2/3] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cf6c594..3c8183d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.htm include_package_data = True python_requires = >=3.7 install_requires = - numpy != 1.26.3 + numpy < 1.26.3 pooch >= 1.0 setuptools >= 40.4 # for pkg_resources xarray >= 0.15 From c622bbb5b1b7b06f11eb0066d18864b7d5dd0678 Mon Sep 17 00:00:00 2001 From: Lars Buntemeyer Date: Tue, 13 Feb 2024 18:38:57 +0100 Subject: [PATCH 3/3] Update whats_new.rst --- docs/whats_new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 9d5bf24..d2ecabd 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -14,7 +14,7 @@ What's New Internal Changes ~~~~~~~~~~~~~~~~ -- Pin ``numpy!=1.26.3``, causes problems with installing Fortran extensions (:pull:`152`). +- Pin ``numpy < 1.26.3``, causes problems with installing Fortran extensions (:pull:`158`). - Update ERA5 cmorizer and preprocessor (:pull:`146`). v0.6.1 (20 October 2023)