Skip to content

Commit 7a6752a

Browse files
add dependencies
1 parent 3972394 commit 7a6752a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

notebooks/ms_cflp/ms_cflp.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@
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
{

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)