From 2fa997ec57f7fdf9eb23a5adecf321562dbe70d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 05:21:01 +0000 Subject: [PATCH] Update numpy requirement from <1.24 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: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..5b0c811 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.1", # From 1.24 onwards, module 'numpy' has no attribute 'bool'. ] TEST_REQUIREMENTS = [