From be0b983a57e2c20fa363dc58b42c2157e743746d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Sat, 7 Sep 2024 08:59:56 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c017e59..d9dc83e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ classifiers = [ description = "Forecasting timeseries with PyTorch - dataloaders, normalizers, metrics and models" dependencies = [ - "numpy<=2.1.0", + "numpy<=3.0.0", "torch >=2.3.0,<3.0.0", "lightning >=2.0.0,<3.0.0", "scipy >=1.8,<2.0",