From 7bc931d3580a332efed3367fc0a8724b1ccb0ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 03:59:20 +0000 Subject: [PATCH] Update numpy requirement from <1.20 to <1.27 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v0.2.0...v1.26.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 044b137..419c2c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ compliance-checker>=4.1.1 gsw>=3.4.0,<4.0 matplotlib netCDF4 -numpy<1.20 +numpy<1.27 openssl<3.0 # No idea why this is required to get mamba to build the env pandas>=1.2,<2.0 pocean-core>=3.0.0,<4.0