From ff4cd394199de10a6e77332b08702958679dc7d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 07:16:27 +0000 Subject: [PATCH] Update numpy requirement from <1.27 to <2.2 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.1.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 8773967..39a5aea 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "influxdb-client<2", "pymongo<5", "dnspython<3", - "numpy<1.27", + "numpy<2.2", "pgcopy<1.7", "pyodbc<6", "tqdm<5",