Skip to content

Commit

Permalink
deps: Bumpy minimum numpy version to 1.20
Browse files Browse the repository at this point in the history
EMStorageMechanism passes 'dtype' to numpy concatenate which is only
available starting from numpy 1.20

Signed-off-by: Jan Vesely <[email protected]>
  • Loading branch information
jvesely committed Oct 19, 2023
1 parent 2c301b4 commit e20e7c6
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 @@ -10,7 +10,7 @@ llvmlite<0.42
matplotlib<3.7.3
modeci_mdf<0.5, >=0.4.2; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython'
networkx<3.2
numpy>=1.19.0, <1.24.5
numpy>=1.20.0, <1.24.5
optuna<3.4.0
packaging<24.0
pandas<2.1.1
Expand Down

0 comments on commit e20e7c6

Please sign in to comment.