Skip to content

Commit

Permalink
deps: Bump min version of modec_mdf to 0.4.2
Browse files Browse the repository at this point in the history
Version 0.3.4 does not exist.
Versions <0.4.2 fail PNL tests.
Also needs graph-scheduler >=1.1.1

Signed-off-by: Jan Vesely <[email protected]>
  • Loading branch information
jvesely committed Oct 19, 2023
1 parent c2357cb commit e805359
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
Expand Up @@ -2,13 +2,13 @@ autograd<1.7
beartype<0.16.0
dill<0.3.8
fastkde>=1.0.24, <1.0.31
graph-scheduler>=1.0.0, <1.1.3
graph-scheduler>=1.1.1, <1.1.3
graphviz<0.21.0
grpcio<1.60.0
leabra-psyneulink<0.3.3
llvmlite<0.42
matplotlib<3.7.3
modeci_mdf<0.5, >=0.3.4; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython'
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
optuna<3.4.0
Expand Down

0 comments on commit e805359

Please sign in to comment.