From 118291f0c696b9a7d574aab5da30c5310d2f83cf Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 5 Nov 2023 18:11:59 +0100 Subject: [PATCH] Dependencies: Permit NumPy up to 1.26 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03b84ce17..d455af38c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ ipython>=5.5.0 ipywidgets>=7.6.5 # required by pycaret.internal.display tqdm>=4.62.0 # required by pycaret.internal.display -numpy>=1.21, <1.24 # Can't >=1.24 because of np.float deprecation +numpy>=1.21, <1.27 pandas>=1.3.0, <2.0.0 # Can't >=2.0.0 because of sktime jinja2>=1.2 # Required by pycaret.internal.utils --> pandas.io.formats.style scipy~=1.10.1 # Can't >=2.0.0 due to sktime, optimization breaks with >1.10.1