Skip to content

Commit

Permalink
requirements: Bump minimum numpy version to 1.19.0
Browse files Browse the repository at this point in the history
Calling gcd on list comprehension fails on <1.19.0

Closes: PrincetonUniversity#2581

Signed-off-by: Jan Vesely <[email protected]>
  • Loading branch information
jvesely committed Jan 14, 2023
1 parent 3bf2289 commit 4488e12
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
Expand Up @@ -9,7 +9,7 @@ llvmlite<0.40
matplotlib<3.6.4
modeci_mdf<0.5, >=0.3.4; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython'
networkx<3.1
numpy<1.22.5, >=1.17.0
numpy<1.22.5, >=1.19.0
pillow<9.5.0
pint<0.21.0
toposort<1.10
Expand Down

0 comments on commit 4488e12

Please sign in to comment.