Skip to content

Commit bca9b2a

Browse files
authored
update gdsfactory~=9.43.0 and gplugins~=2.1.0 (#163)
- Update gdsfactory to ~=9.43.0 - Update gplugins to ~=2.1.0 - Update sax pins where needed for compatibility - Fix Makefile test-force targets to include install prerequisite - Fix conftest.py to auto-accept GDS reference updates with --force-regen - Update cspdk containers to match gdsfactory 9.43.0 routing API changes
1 parent 84afea5 commit bca9b2a

3 files changed

Lines changed: 1097 additions & 896 deletions

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
install:
2+
uv venv --python 3.12
23
uv sync --extra docs --extra dev --extra simulation
34

45
rm-samples:
@@ -17,7 +18,7 @@ tech:
1718
test:
1819
uv run pytest -s
1920

20-
test-force:
21+
test-force: install
2122
uv run pytest -s --force-regen
2223

2324
git-rm-merged:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ classifiers = [
1212
"Programming Language :: Python :: 3.13"
1313
]
1414
dependencies = [
15-
"gdsfactory~=9.40.1",
16-
"gplugins[sax]~=2.0.0",
15+
"gdsfactory~=9.43.0",
16+
"gplugins[sax]~=2.1.0",
1717
"scikit-rf>=1.0.0",
1818
"gdsfactoryplus"
1919
]

0 commit comments

Comments
 (0)