Skip to content

Commit 0498285

Browse files
committed
Let
1 parent b7ba260 commit 0498285

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/examples/docs/integrations.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ Integrations
88
../03a_sax_cocotb_cosimulation
99
../03b_optical_function_verification
1010
../04_spice_cosimulation/04_spice_cosimulation
11-
../04a_analogue_circuit_layout_simulation/04a_analogue_circuit_layout_simulation

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ xarray = ">=2024.1.0,<2024.10.0"
3939
amaranth = { version = ">=0.4.0,<0.5.0", optional = true }
4040
amaranth-yosys = { version = ">=0.40.0.0.post94,<0.41.0", optional = true }
4141
cocotb = { version = "==1.9.1", optional = true }
42-
gdsfactory = { git = "https://github.com/daquintero/gdsfactory7.git", branch = "dario/fix_recursive_e_netlist", optional = true }
42+
gdsfactory = { version = "7.27.1", extras = ["schematic"], optional = true }
4343
gplugins = { version = ">=0.14.0,<0.15.0", extras = ["schematic"], optional = true }
4444
hdl21 = { version = ">=6.0.0,<7.0.0", optional = true }
4545
qutip = { version = ">=4.7,<5.0", optional = true }
4646
sax = { version = "==0.12.2", optional = true } # Pinned for pydantic <v2 compatibility
4747
tabulate = { version = "*", optional = true }
4848
scikit-rf = { version = ">=1.1.0,<2.0.0", optional = true }
49-
sky130 = { git = "https://github.com/daquintero/skywater130.git", branch = "dario/patch_for_rladder_gplugins", optional = true }
49+
# sky130 = { git = "https://github.com/daquintero/skywater130.git", branch = "dario/patch_for_rladder_gplugins", optional = true } # Depreciated until gdsfactory8
5050
sky130-hdl21 = { version = ">=6.0.0,<7.0.0", optional = true }
5151
thewalrus = { version = ">=0.20.0,<0.21.0", optional = true }
5252
vlsirtools = { version = ">=6.0.0,<7.0.0", optional = true }

0 commit comments

Comments
 (0)