mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2026-02-07 05:48:56 +01:00
Compare commits
55 Commits
2cff1b7c9e
...
renovate/l
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c3587c9e7 | ||
|
|
94084b6814 | ||
|
|
11f127acb0 | ||
|
|
db335bf337 | ||
|
|
ae02f4932d | ||
|
|
3f052c74b9 | ||
|
|
08d9123cee | ||
|
|
6cd60ed357 | ||
|
|
3721d2a57f | ||
|
|
e6fc5b8123 | ||
|
|
aa1c31fa4c | ||
|
|
aa2006212c | ||
|
|
bf051b50c1 | ||
|
|
8c93ed57fa | ||
|
|
a4c48cb556 | ||
|
|
7412f64663 | ||
|
|
ab16c2afb4 | ||
|
|
6ce232b53c | ||
|
|
44d2a1c8b9 | ||
|
|
26d700d9b7 | ||
|
|
3fb7fa200b | ||
|
|
46159bbd56 | ||
|
|
326f908005 | ||
|
|
4fc1b07928 | ||
|
|
c6839388a2 | ||
|
|
703abf9219 | ||
|
|
0fad7ef15d | ||
|
|
f1605703a8 | ||
|
|
de476fc8f7 | ||
|
|
403d8855de | ||
|
|
54f5b3c422 | ||
|
|
489ebb0f5f | ||
|
|
8f6d8384ff | ||
|
|
3de4189a59 | ||
|
|
c28d285212 | ||
|
|
a4e32159b8 | ||
|
|
9d99602580 | ||
|
|
a8cc5f5c76 | ||
|
|
4da8c7ed7c | ||
|
|
50382ea109 | ||
|
|
fef768c98d | ||
|
|
f70e760b1b | ||
|
|
fabc5429c6 | ||
|
|
b09f26372e | ||
|
|
7d87838ea9 | ||
|
|
cad1d819ac | ||
|
|
93ee191bf9 | ||
|
|
3c70332872 | ||
|
|
b21e5cff96 | ||
|
|
eab8430f8f | ||
|
|
12fae4d30d | ||
|
|
a587ee6fed | ||
|
|
645b9926ab | ||
|
|
71af7ac761 | ||
|
|
134342064b |
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
- run: "pipx install poetry"
|
||||
- uses: "actions/setup-python@v6"
|
||||
with:
|
||||
python-version: "3.14"
|
||||
python-version: "3.13"
|
||||
cache: "poetry"
|
||||
- run: "poetry lock"
|
||||
- run: "poetry install"
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
- run: "pipx install poetry"
|
||||
- uses: "actions/setup-python@v6"
|
||||
with:
|
||||
python-version: "3.14"
|
||||
python-version: "3.13"
|
||||
cache: "poetry"
|
||||
- run: "poetry lock"
|
||||
- run: "poetry install"
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
- run: "pipx install poetry"
|
||||
- uses: "actions/setup-python@v6"
|
||||
with:
|
||||
python-version: "3.14"
|
||||
python-version: "3.13"
|
||||
cache: "poetry"
|
||||
- run: "poetry lock"
|
||||
- run: "poetry install"
|
||||
|
||||
2
.github/workflows/deploy1.yml
vendored
2
.github/workflows/deploy1.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
- run: "pipx install poetry"
|
||||
- uses: "actions/setup-python@v6"
|
||||
with:
|
||||
python-version: "3.14"
|
||||
python-version: "3.13"
|
||||
cache: "poetry"
|
||||
- run: "poetry version $CLEAN_VERSION"
|
||||
# Commit the changes and move the tag!
|
||||
|
||||
2
.github/workflows/deploy2.yml
vendored
2
.github/workflows/deploy2.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
- run: "pipx install poetry"
|
||||
- uses: "actions/setup-python@v6"
|
||||
with:
|
||||
python-version: "3.14"
|
||||
python-version: "3.13"
|
||||
cache: "poetry"
|
||||
- run: "poetry install"
|
||||
- run: "poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"vuetify": "^3.7.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node20": "^20.1.4",
|
||||
"@tsconfig/node24": "^24.0.0",
|
||||
"@types/node": "^24.0.0",
|
||||
"@types/pako": "^2.0.3",
|
||||
"@types/three": "^0.182.0",
|
||||
|
||||
1021
poetry.lock
generated
1021
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -20,15 +20,15 @@ build_frontend = "rm -rf yacv_server/frontend || true && yarn install && YACV_SM
|
||||
build_backend = "poetry build --format wheel"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.14,<3.15" # Due to vtk transitive dependency of build123d -> cadquery-ocp -> vtk
|
||||
python = ">=3.12,<3.13" # Due to vtk transitive dependency of build123d -> cadquery-ocp -> vtk
|
||||
|
||||
# CAD
|
||||
build123d = ">=0.10,<0.11"
|
||||
|
||||
# Misc
|
||||
pygltflib = "^1.16.2"
|
||||
pillow = ">=12,<12.1"
|
||||
poetry-core = "==2.2.1"
|
||||
pillow = ">=12,<12.2"
|
||||
poetry-core = "==2.3.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
taskipy = "^1.14.1"
|
||||
|
||||
Reference in New Issue
Block a user