Skip to content

Commit 12de39b

Browse files
committed
upgrade reqs
1 parent 47c849b commit 12de39b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/compas_dem_crossvault.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"source": [
3030
"%pip install -q jsonschema networkx numpy scipy pythreejs shapely\n",
3131
"%pip install -q compas>=2.8 --no-deps\n",
32-
"%pip install -q compas_notebook>=0.8.2 --no-deps\n",
32+
"%pip install -q compas_notebook>=0.10.0 --no-deps\n",
3333
"%pip install -q compas_model --no-deps\n",
3434
"%pip install -q compas_dem --no-deps"
3535
]

content/compas_fd.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"source": [
6767
"%pip install -q jsonschema networkx numpy scipy pythreejs\n",
6868
"%pip install -q compas>=2.8 --no-deps\n",
69-
"%pip install -q compas_notebook --no-deps\n",
69+
"%pip install -q compas_notebook>=0.10.0 --no-deps\n",
7070
"%pip install -q compas_fd>=0.5 --no-deps"
7171
]
7272
},

content/compas_tna.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
"source": [
5858
"%pip install -q jsonschema networkx numpy scipy pythreejs\n",
5959
"%pip install -q compas>=2.8 --no-deps\n",
60-
"%pip install -q compas_notebook --no-deps\n",
60+
"%pip install -q compas_notebook>=0.10.0 --no-deps\n",
6161
"%pip install -q compas_fd --no-deps\n",
6262
"%pip install -q compas_tna --no-deps\n",
63-
"%pip install -q compas_skeleton --no-deps"
63+
"%pip install -q compas_skeleton>=2.0.1 --no-deps"
6464
]
6565
},
6666
{

0 commit comments

Comments
 (0)