From 6773a9123ddea03f74be255d4bc4d004f5135222 Mon Sep 17 00:00:00 2001 From: Sai Charan Date: Mon, 2 Oct 2023 16:57:14 +0530 Subject: [PATCH] unpin gdsfactory version since this can affect the verify_tool_versions workflow in future --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 87d50d37e..ccb4ee1ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,9 +2,9 @@ pandas klayout numpy matplotlib -gdsfactory==5.1.1 +gdsfactory nbsphinx cairosvg scipy ltspice -mako \ No newline at end of file +mako