diff --git a/Makefile b/Makefile index bebc1536..fcd8ed37 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ install: pip install -e .[dev,docs,devsim,femwell,gmsh,klayout,meow,meshwell,ray,sax,schematic,tidy3d,vlsir] - pip install git+https://github.com/gdsfactory/gdsfactory --force-reinstall pre-commit install dev: test-data gmsh elmer install diff --git a/pyproject.toml b/pyproject.toml index fffe4ad1..e164ca2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Operating System :: OS Independent" ] dependencies = [ - "gdsfactory>=7.10.1", + "gdsfactory>=7.27.1", "pint", "tqdm" ]