From a016ec8fe5aac1cf243fc91e72263d75487620d1 Mon Sep 17 00:00:00 2001 From: Zhaoyilunnn Date: Mon, 17 Jun 2024 16:50:05 +0800 Subject: [PATCH] fix: autograd not compatible with numpy 2.x --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4389f8c..aeedbd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,9 @@ +autograd>=1.6.2 graphviz>=0.14.2 ipython>=8.14.0 matplotlib>=3.5.2 networkx>=2.6.3 -numpy>=1.20.3 +numpy>=1.20.3,<2.0.0 ply~=3.11 pybind11>=2.10.3 requests>=2.26.0 @@ -10,4 +11,3 @@ scikit-build>=0.16.1 scipy>=1.8.1 setuptools>=58.0.4 sparse>=0.13.0 -autograd>=1.6.2 \ No newline at end of file