Skip to content

Commit

Permalink
Bump JupyterCAD 3.0.0 (#10)
Browse files Browse the repository at this point in the history
* Bump JupyterCAD 3.0.0

* Bump OpenVSP
  • Loading branch information
martinRenou authored Dec 5, 2024
1 parent 39e72ed commit 921ad84
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
shell: bash -l {0}
run: |
set -eux
wget https://openvsp.org/download.php?file=zips/current/linux/OpenVSP-3.41.1-Ubuntu-22.04_amd64.deb -O ovsp.deb
wget https://openvsp.org/download.php?file=zips/current/linux/OpenVSP-3.41.2-Ubuntu-22.04_amd64.deb -O ovsp.deb
ar x ovsp.deb && tar -xf data.tar.gz
python -m pip install ./opt/OpenVSP/python/utilities ./opt/OpenVSP/python/degen_geom ./opt/OpenVSP/python/openvsp_config ./opt/OpenVSP/python/openvsp
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
},
"dependencies": {
"@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",
"@jupytercad/base": "^3.0.0",
"@jupytercad/jupytercad-core": "^3.0.0",
"@jupytercad/schema": "^3.0.0",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
"@jupyterlab/services": "^7.0.0"
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>=3.0.0a6,<4",
"jupytercad_lab>=3.0.0a6,<4"
"jupytercad_core>=3.0.0,<4",
"jupytercad_lab>=3.0.0,<4"
]
dynamic = ["version", "description", "authors", "urls", "keywords"]

Expand Down
76 changes: 44 additions & 32 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,18 @@ __metadata:
languageName: node
linkType: hard

"@jupyter/collaborative-drive@npm:^3.1.0-alpha.0":
version: 3.1.0-rc.0
resolution: "@jupyter/collaborative-drive@npm:3.1.0-rc.0"
dependencies:
"@jupyter/ydoc": ^2.0.0 || ^3.0.0
"@jupyterlab/services": ^7.2.0
"@lumino/coreutils": ^2.1.0
"@lumino/disposable": ^2.1.0
checksum: 71de8568f3cbe8d296e0edc10829c586d4f2b7ca25e7a3c610c24622b82f3b2ea316b45f3e6332ee63f10649d0d340109fdaf182938646214dd93ffc7b20b56a
languageName: node
linkType: hard

"@jupyter/react-components@npm:^0.15.2":
version: 0.15.3
resolution: "@jupyter/react-components@npm:0.15.3"
Expand Down Expand Up @@ -928,15 +940,15 @@ __metadata:
languageName: node
linkType: hard

"@jupytercad/base@npm:^3.0.0-alpha.6":
version: 3.0.0-alpha.6
resolution: "@jupytercad/base@npm:3.0.0-alpha.6"
"@jupytercad/base@npm:^3.0.0":
version: 3.0.0
resolution: "@jupytercad/base@npm:3.0.0"
dependencies:
"@deathbeds/jupyterlab-rjsf": ^1.1.0
"@jupyter/collaborative-drive": ^3.0.0
"@jupyter/collaborative-drive": ^3.1.0-alpha.0
"@jupyter/ydoc": ^3.0.0
"@jupytercad/occ-worker": ^3.0.0-alpha.6
"@jupytercad/schema": ^3.0.0-alpha.6
"@jupytercad/occ-worker": ^3.0.0
"@jupytercad/schema": ^3.0.0
"@jupyterlab/application": ^4.0.0
"@jupyterlab/apputils": ^4.0.0
"@jupyterlab/completer": ^4.2.4
Expand All @@ -963,18 +975,18 @@ __metadata:
three: ^0.168.0
three-mesh-bvh: ^0.7.8
uuid: ^8.3.2
checksum: af1bde1839fbd1103bedfe194ad398f3971cc482c5203ce49ac49b6cdea5e5e6e27cb028c795992b3990db032eade133fe360426d8063353ab6a4704ffd2d0e5
checksum: b19f2bd128d6ccb3ecd6f34f71a191388bcb378c7bfbfa79c410aa006a680266dcf35b8de24ab430c4f9aa68b61eebbe1994ee23bd64289b6cbf75d3e153215c
languageName: node
linkType: hard

"@jupytercad/jupytercad-core@npm:^3.0.0-alpha.6":
version: 3.0.0-alpha.6
resolution: "@jupytercad/jupytercad-core@npm:3.0.0-alpha.6"
"@jupytercad/jupytercad-core@npm:^3.0.0":
version: 3.0.0
resolution: "@jupytercad/jupytercad-core@npm:3.0.0"
dependencies:
"@jupyter/collaborative-drive": ^3.0.0
"@jupytercad/base": ^3.0.0-alpha.6
"@jupytercad/occ-worker": ^3.0.0-alpha.6
"@jupytercad/schema": ^3.0.0-alpha.6
"@jupyter/collaborative-drive": ^3.1.0-alpha.0
"@jupytercad/base": ^3.0.0
"@jupytercad/occ-worker": ^3.0.0
"@jupytercad/schema": ^3.0.0
"@jupyterlab/application": ^4.0.0
"@jupyterlab/apputils": ^4.0.0
"@jupyterlab/docregistry": ^4.0.0
Expand All @@ -986,7 +998,7 @@ __metadata:
"@jupyterlab/ui-components": ^4.0.0
"@lumino/commands": ^2.0.0
util: ^0.12.5
checksum: b13a9f5744b15016fa31ef26b91d1af9228f6ac6087b97355952f0fb5b91676da7b121a8fad3ac2c3980e5548b08719dd55c7d632502a4faa535467d8a7471b2
checksum: f20c0796453a4ad2f11ee3f02af669b3e31d8f32d578cf189181c0ab6b047c21f7dd9330dcc96c7b97bf0c96d7ee700b17f48644ca113dc66696dbe55db9f54c
languageName: node
linkType: hard

Expand All @@ -995,9 +1007,9 @@ __metadata:
resolution: "@jupytercad/jupytercad-openvsp@workspace:."
dependencies:
"@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
"@jupytercad/base": ^3.0.0
"@jupytercad/jupytercad-core": ^3.0.0
"@jupytercad/schema": ^3.0.0
"@jupyterlab/application": ^4.0.0
"@jupyterlab/builder": ^4.0.0
"@jupyterlab/coreutils": ^6.0.0
Expand Down Expand Up @@ -1027,28 +1039,28 @@ __metadata:
languageName: unknown
linkType: soft

"@jupytercad/occ-worker@npm:^3.0.0-alpha.6":
version: 3.0.0-alpha.6
resolution: "@jupytercad/occ-worker@npm:3.0.0-alpha.6"
"@jupytercad/occ-worker@npm:^3.0.0":
version: 3.0.0
resolution: "@jupytercad/occ-worker@npm:3.0.0"
dependencies:
"@jupytercad/opencascade": ^3.0.0-alpha.6
"@jupytercad/schema": ^3.0.0-alpha.6
"@jupytercad/opencascade": ^3.0.0
"@jupytercad/schema": ^3.0.0
"@lumino/coreutils": ^2.0.0
uuid: ^8.3.2
checksum: 1740227c3997fe3657de6bdc95d59e7c0900ab04ea085aaeb22a21321c98cad58f50e90d306080a4313041969f6713b5e64e87144f2bc2db514862839cb4e0be
checksum: e225571c260ed970724b3ee9c6ab54acc965565acff8db1a881e401f5507c35be8af1692947369e6669774cb4256d8193e39d6d2d99c10803867dd3eeb6390ba
languageName: node
linkType: hard

"@jupytercad/opencascade@npm:^3.0.0-alpha.6":
version: 3.0.0-alpha.6
resolution: "@jupytercad/opencascade@npm:3.0.0-alpha.6"
checksum: fa9c3ae4c386b627ab2b4720ce25c2612dcfd1c226ef5afda860139aef0ba24d8dce36c96a0497fb82a7e86b233545f143962691c5b8aaedb96dac43863a4657
"@jupytercad/opencascade@npm:^3.0.0":
version: 3.0.0
resolution: "@jupytercad/opencascade@npm:3.0.0"
checksum: 2f1846b9d3c346a96767b7b1ca7b5ee4843c3a7e2326eb55a46ec2f59781d3fb83b4ed49111ec747a9fa9e672a9437c25f46a328e472253efbeb826420ad5a26
languageName: node
linkType: hard

"@jupytercad/schema@npm:^3.0.0-alpha.6":
version: 3.0.0-alpha.6
resolution: "@jupytercad/schema@npm:3.0.0-alpha.6"
"@jupytercad/schema@npm:^3.0.0":
version: 3.0.0
resolution: "@jupytercad/schema@npm:3.0.0"
dependencies:
"@apidevtools/json-schema-ref-parser": ^9.0.9
"@jupyter/ydoc": ^3.0.0
Expand All @@ -1062,7 +1074,7 @@ __metadata:
ajv: ^8.16.0
json-schema-to-typescript: ^10.1.5
yjs: ^13.5.40
checksum: 3f966e1ae5853d8ce0b15e542c767db300e9189dce2f802d48b9e513e83453ef593c1ca6e00f5d4eb2b7c0ad814e1fd77e6cc383a7ff8cb8b657ef4d7df68ad3
checksum: 5b0bb1edb1bbf1661770fbedf11d0ba59a6ee2a66dc0b6d6ab3eb450b34539ae285f108912bd62cbc0f9118f977ec0c88d219c1946ba6afeb1068eed41add312
languageName: node
linkType: hard

Expand Down

0 comments on commit 921ad84

Please sign in to comment.