Skip to content

Commit 2f254f6

Browse files
authored
Bump JupyterCAD to 3.0.0a6 (#8)
* Bump JupyterCAD to `3.0.0a6` * Update import for collaborative drive package * try fixing build * Update Shared packages
1 parent 241b75d commit 2f254f6

File tree

5 files changed

+994
-1287
lines changed

5 files changed

+994
-1287
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
shell: bash -l {0}
117117
run: |
118118
set -eux
119-
pip install "jupyterlab>=4.0.0,<5" "jupytercad>=2.0.0a7" jupytercad_openvsp*.whl
119+
pip install "jupyterlab>=4.0.0,<5" "jupytercad>=3.0.0a6" jupytercad_openvsp*.whl
120120
121121
- name: Install OpenVSP
122122
shell: bash -l {0}

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@
5252
"watch:labextension": "jupyter labextension watch ."
5353
},
5454
"dependencies": {
55-
"@jupytercad/base": "^2.0.0-alpha.8",
56-
"@jupytercad/jupytercad-core": "^2.0.0-alpha.8",
57-
"@jupytercad/schema": "^2.0.0-alpha.8",
55+
"@jupyter/collaborative-drive": "^3.0.0",
56+
"@jupytercad/base": "^3.0.0-alpha.6",
57+
"@jupytercad/jupytercad-core": "^3.0.0-alpha.6",
58+
"@jupytercad/schema": "^3.0.0-alpha.6",
5859
"@jupyterlab/application": "^4.0.0",
5960
"@jupyterlab/coreutils": "^6.0.0",
6061
"@jupyterlab/services": "^7.0.0"
@@ -118,7 +119,7 @@
118119
"singleton": true,
119120
"bundled": false
120121
},
121-
"@jupyter/docprovider": {
122+
"@jupyter/collaborative-drive": {
122123
"singleton": true,
123124
"bundled": false
124125
}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"jupyter_server>=2.0.1,<3",
27-
"jupytercad_core>=2.0.0a8,<3",
28-
"jupytercad_lab>=2.0.0a8,<3"
27+
"jupytercad_core>=3.0.0a6,<4",
28+
"jupytercad_lab>=3.0.0a6,<4"
2929
]
3030
dynamic = ["version", "description", "authors", "urls", "keywords"]
3131

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
ICollaborativeDrive,
33
SharedDocumentFactory
4-
} from '@jupyter/docprovider';
4+
} from '@jupyter/collaborative-drive';
55
import {
66
IJCadWorkerRegistry,
77
IJCadWorkerRegistryToken,

0 commit comments

Comments
 (0)