Skip to content

Commit

Permalink
Let
Browse files Browse the repository at this point in the history
  • Loading branch information
daquintero committed Oct 19, 2024
1 parent 070a079 commit f0d8c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/examples/docs/integrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ Integrations
../03a_sax_cocotb_cosimulation
../03b_optical_function_verification
../04_spice_cosimulation/04_spice_cosimulation
../04a_analogue_circuit_layout_simulation/04a_analogue_circuit_layout_simulation
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ xarray = ">=2024.1.0,<2024.10.0"
amaranth = { version = ">=0.4.0,<0.5.0", optional = true }
amaranth-yosys = { version = ">=0.40.0.0.post94,<0.41.0", optional = true }
cocotb = { version = "==1.9.1", optional = true }
gdsfactory = { git = "https://github.com/daquintero/gdsfactory7.git", branch = "dario/fix_recursive_e_netlist", optional = true }
gdsfactory = { version = "7.27.1", extras = ["schematic"], optional = true }
gplugins = { version = ">=0.14.0,<0.15.0", extras = ["schematic"], optional = true }
hdl21 = { version = ">=6.0.0,<7.0.0", optional = true }
qutip = { version = ">=4.7,<5.0", optional = true }
sax = { version = "==0.12.2", optional = true } # Pinned for pydantic <v2 compatibility
tabulate = { version = "*", optional = true }
scikit-rf = { version = ">=1.1.0,<2.0.0", optional = true }
sky130 = { git = "https://github.com/daquintero/skywater130.git", branch = "dario/patch_for_rladder_gplugins", optional = true }
# sky130 = { git = "https://github.com/daquintero/skywater130.git", branch = "dario/patch_for_rladder_gplugins", optional = true } # Depreciated until gdsfactory8
sky130-hdl21 = { version = ">=6.0.0,<7.0.0", optional = true }
thewalrus = { version = ">=0.20.0,<0.21.0", optional = true }
vlsirtools = { version = ">=6.0.0,<7.0.0", optional = true }
Expand Down

0 comments on commit f0d8c40

Please sign in to comment.