From fa171b615d171a79b1abc56c36443b21ce9ba489 Mon Sep 17 00:00:00 2001 From: Ziwen Liu <67518483+ziw-liu@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:00:13 -0700 Subject: [PATCH] pin numpy <2 https://github.com/pytorch/pytorch/issues/128860 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a57bb7..30dcade 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ "Operating System :: MacOS", ] dependencies = [ - "numpy>=1.21", + "numpy>=1.21, <2", "matplotlib>=3.1.1", "scipy>=1.3.0", "pywavelets>=1.1.1",