From b62c4ae92658ca09770fb090df3e0dfcbb8fce95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:57:16 +0000 Subject: [PATCH] Update numpy requirement from <1.24 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:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9233b4d..87487fa 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "pyspark>=3.3.0", "delta-spark>=2.2.0", "pandas<2.0.0", # From 2.0.0 onwards, pandas does not support iteritems() anymore, spark.createDataFrame will fail - "numpy<1.24", # From 1.24 onwards, module 'numpy' has no attribute 'bool'. + "numpy<2.2", # From 1.24 onwards, module 'numpy' has no attribute 'bool'. ] TEST_REQUIREMENTS = [