Skip to content

Commit

Permalink
fix numpy to <1.24 due to use of np.bool in NEST v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Feb 1, 2023
1 parent cad5e32 commit 6631ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Jinja2>=2.6
docutils>=0.10
mock>1.0
numpy>=1.18.5
numpy>=1.18.5,<1.24
quantities>=0.12.1
lazyarray>=0.5.2
neo>=0.11.0
Expand Down

0 comments on commit 6631ce4

Please sign in to comment.