File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
"source" : [
30
30
" %pip install -q jsonschema networkx numpy scipy pythreejs shapely\n " ,
31
31
" %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 " ,
33
33
" %pip install -q compas_model --no-deps\n " ,
34
34
" %pip install -q compas_dem --no-deps"
35
35
]
Original file line number Diff line number Diff line change 66
66
"source" : [
67
67
" %pip install -q jsonschema networkx numpy scipy pythreejs\n " ,
68
68
" %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 " ,
70
70
" %pip install -q compas_fd>=0.5 --no-deps"
71
71
]
72
72
},
Original file line number Diff line number Diff line change 57
57
"source" : [
58
58
" %pip install -q jsonschema networkx numpy scipy pythreejs\n " ,
59
59
" %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 " ,
61
61
" %pip install -q compas_fd --no-deps\n " ,
62
62
" %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"
64
64
]
65
65
},
66
66
{
You can’t perform that action at this time.
0 commit comments