Skip to content

Commit

Permalink
Bump JupyterCAD to 3.0.0a6 (#8)
Browse files Browse the repository at this point in the history
* Bump JupyterCAD to `3.0.0a6`

* Update import for collaborative drive package

* try fixing build

* Update Shared packages
  • Loading branch information
arjxn-py authored Nov 19, 2024
1 parent 241b75d commit 2f254f6
Show file tree
Hide file tree
Showing 5 changed files with 994 additions and 1,287 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
shell: bash -l {0}
run: |
set -eux
pip install "jupyterlab>=4.0.0,<5" "jupytercad>=2.0.0a7" jupytercad_openvsp*.whl
pip install "jupyterlab>=4.0.0,<5" "jupytercad>=3.0.0a6" jupytercad_openvsp*.whl
- name: Install OpenVSP
shell: bash -l {0}
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupytercad/base": "^2.0.0-alpha.8",
"@jupytercad/jupytercad-core": "^2.0.0-alpha.8",
"@jupytercad/schema": "^2.0.0-alpha.8",
"@jupyter/collaborative-drive": "^3.0.0",
"@jupytercad/base": "^3.0.0-alpha.6",
"@jupytercad/jupytercad-core": "^3.0.0-alpha.6",
"@jupytercad/schema": "^3.0.0-alpha.6",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
"@jupyterlab/services": "^7.0.0"
Expand Down Expand Up @@ -118,7 +119,7 @@
"singleton": true,
"bundled": false
},
"@jupyter/docprovider": {
"@jupyter/collaborative-drive": {
"singleton": true,
"bundled": false
}
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ classifiers = [
]
dependencies = [
"jupyter_server>=2.0.1,<3",
"jupytercad_core>=2.0.0a8,<3",
"jupytercad_lab>=2.0.0a8,<3"
"jupytercad_core>=3.0.0a6,<4",
"jupytercad_lab>=3.0.0a6,<4"
]
dynamic = ["version", "description", "authors", "urls", "keywords"]

Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
ICollaborativeDrive,
SharedDocumentFactory
} from '@jupyter/docprovider';
} from '@jupyter/collaborative-drive';
import {
IJCadWorkerRegistry,
IJCadWorkerRegistryToken,
Expand Down
Loading

0 comments on commit 2f254f6

Please sign in to comment.