Skip to content

Commit

Permalink
fix(ci): ensures the numpy version is inferior to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aPere3 authored and BourgerieQuentin committed Jun 18, 2024
1 parent 13253d1 commit 2700f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/concrete-python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
importlib-resources>=6.1
jsonpickle>=3.0.3
networkx>=2.6
numpy>=1.23
numpy>=1.23,<2.0
scipy>=1.10
torch>=1.13
z3-solver>=4.12

0 comments on commit 2700f60

Please sign in to comment.