From d17395011b7b06a68c3f05b0e623e11354cb9363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 08:06:23 +0000 Subject: [PATCH] Update numpy requirement from <1.27 to <2.1 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...v2.0.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 94a2c52..cbad77d 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "influxdb-client<2", "pymongo<5", "dnspython<3", - "numpy<1.27", + "numpy<2.1", "pgcopy<1.7", "pyodbc<6", "tqdm<5",