Skip to content

Commit 06d86ea

Browse files
Upgrade three-cad-viewer to npm v4.1.0 and bump to v0.2.0
1 parent ec17b6d commit 06d86ea

12 files changed

+13
-12
lines changed

js/package-lock.json

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"three": "^0.170.0",
12-
"three-cad-viewer": "github:bernhard-42/three-cad-viewer#1028bb5"
12+
"three-cad-viewer": "^4.1.0"
1313
},
1414
"devDependencies": {
1515
"@rollup/plugin-terser": "^0.4.4",

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "marimo-cad"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Reactive Parametric CAD for marimo notebooks"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -20,7 +20,7 @@ classifiers = [
2020
"Topic :: Scientific/Engineering :: Visualization",
2121
]
2222
dependencies = [
23-
"build123d @ git+https://github.com/gumyr/build123d@dev",
23+
"build123d>=0.10.0",
2424
"ocp-tessellate>=3.0.0",
2525
"anywidget>=0.9.0",
2626
"marimo>=0.9.0",
@@ -39,9 +39,6 @@ Issues = "https://github.com/cemrehancavdar/marimo-cad/issues"
3939
requires = ["hatchling"]
4040
build-backend = "hatchling.build"
4141

42-
[tool.hatch.metadata]
43-
allow-direct-references = true
44-
4542
[tool.hatch.build.targets.wheel]
4643
packages = ["src/marimo_cad"]
4744

-11.7 KB
Loading
-16.5 KB
Loading
-19.1 KB
Loading
-16.7 KB
Loading
-14.3 KB
Loading
-8.42 KB
Loading
-9.73 KB
Loading

0 commit comments

Comments
 (0)