From dddd256fbd21b7d88524a304ef186c5d134d4f83 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Wed, 29 May 2024 17:39:30 -0700 Subject: [PATCH 1/2] fix tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4410b861..a01aa48a 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" ] From f40a7c0c6e7c735c8e22dc1d2662ab2d3d2dacbd Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Wed, 29 May 2024 17:53:29 -0700 Subject: [PATCH 2/2] fix Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) 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