File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2727 },
2828 {
2929 "cell_type" : " code" ,
30- "execution_count" : 1 ,
30+ "execution_count" : null ,
3131 "id" : " d414905f" ,
3232 "metadata" : {},
3333 "outputs" : [],
3434 "source" : [
3535 " # Install dependencies\n " ,
36- " ! pip install -q gamspy"
36+ " ! pip install -q gamspy\n " ,
37+ " ! pip install matplotlib\n " ,
38+ " ! pip install numpy"
3739 ]
3840 },
3941 {
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ commands =
1717 notebooks/nurses/nurses.ipynb \
1818 notebooks/pickstock/pickstock.ipynb \
1919 notebooks/transport/trnsport.ipynb \
20- notebooks/rowing_optimization/rowing_optimization_model.ipynb
20+ notebooks/rowing_optimization/rowing_optimization_model.ipynb \
21+ notebooks/paintshop/paintshop.ipynb \
22+ notebooks/ms_cflp/ms_cflp.ipynb
2123 gamspy install solver scip reshop mpsge
2224 pytest -x -v -s test_models.py
You can’t perform that action at this time.
0 commit comments