Skip to content

Commit

Permalink
fix: autograd not compatible with numpy 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaoyilunnn committed Jun 17, 2024
1 parent 6ad74c3 commit a016ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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
scikit-build>=0.16.1
scipy>=1.8.1
setuptools>=58.0.4
sparse>=0.13.0
autograd>=1.6.2

0 comments on commit a016ec8

Please sign in to comment.