Skip to content

Commit

Permalink
Merge pull request #466 from gdsfactory/update_pins
Browse files Browse the repository at this point in the history
update pins
  • Loading branch information
joamatab authored Aug 13, 2024
2 parents 2ebad60 + f4f6f87 commit d42cbb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@ sphinx:
# .py:
# - jupytext.reads
# - fmt: py
html_theme_options:
logo:
image_light: logo_white.png
image_dark: logo_black.png
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ docs = [
"pyvista[all,trame]<=0.43.8"
]
femwell = [
"femwell>=0.1.6,<0.2",
"femwell~=0.1.11",
"meshwell~=1.0.7"
]
gfviz = [
Expand All @@ -74,7 +74,7 @@ gfviz = [
"natsort"
]
gmsh = [
"gmsh==4.13.0",
"gmsh~=4.13.0",
"h5py",
"mapbox_earcut",
"meshio",
Expand Down

0 comments on commit d42cbb8

Please sign in to comment.