From f0f80fe8b5063b64990c75471cf4fc9bfcd4d0f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Sun, 23 Jun 2024 19:32:01 +0100 Subject: [PATCH] Revert "[MNT] increase `numpy` bound to `numpy < 2.1`, `numpy 2` compatibility (#393)" This reverts commit 0abc014f365a73083908841059a06aa0b4133ac0. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38493af1b..adbf59aea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ ] requires-python = ">=3.8,<3.13" dependencies = [ - "numpy>=1.21.0,<2.1", + "numpy>=1.21.0,<1.27", "pandas>=1.1.0,<2.3.0", "packaging", "scikit-base>=0.6.1,<0.9.0",