Skip to content

Commit 2b45e8e

Browse files
authored
Merge branch 'main' into better_syntax
2 parents 97d7a40 + 5e3c8e6 commit 2b45e8e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: astral-sh/setup-uv@v5
1818
- name: Installing the library
1919
run: uv sync --all-extras
20-
- run: make docs
20+
- run: make modules docs
2121
- name: Upload artifact
2222
uses: actions/upload-pages-artifact@v3
2323
with:

notebooks/intro.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
"custom_cell_magics": "kql"
237237
},
238238
"kernelspec": {
239-
"display_name": "Python 3 (ipykernel)",
239+
"display_name": "base",
240240
"language": "python",
241241
"name": "python3"
242242
},
@@ -250,7 +250,7 @@
250250
"name": "python",
251251
"nbconvert_exporter": "python",
252252
"pygments_lexer": "ipython3",
253-
"version": "3.11.5"
253+
"version": "3.12.9"
254254
}
255255
},
256256
"nbformat": 4,

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ classifiers = [
1313
"Programming Language :: Python :: 3.12",
1414
"Operating System :: OS Independent"
1515
]
16-
dependencies = ["gdsfactory>=9.3.0", "PySpice"]
16+
17+
dependencies = [
18+
"gdsfactory>=9.5.10",
19+
"PySpice"
20+
]
1721
description = "skywater130 pdk"
1822
keywords = ["python"]
1923
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)