Skip to content

Commit

Permalink
update requirements.txt file in glayout folder
Browse files Browse the repository at this point in the history
  • Loading branch information
chetanyagoyal committed Apr 14, 2024
1 parent 911aa45 commit 51937d8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/glayout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
mkdir ./res/reports &&\
mkdir ./res/results &&\
cp ./.github/scripts/setup_glayout_ci.py ./openfasoc/generators/gdsfactory-gen/. &&\
pip3 install -r requirements.txt &&\
pip3 install -r ./openfasoc/generators/gdsfactory-gen/glayout/requirements.txt &&\
pip3 install gdsfactory==7.7.0 &&\
cd ./openfasoc/generators/gdsfactory-gen/ &&\
python3 setup_glayout_ci.py --pdk sky130
Expand All @@ -58,7 +58,7 @@ jobs:
$IMAGE_NAME\
bash -c "\
cp ./.github/scripts/setup_glayout_ci.py ./openfasoc/generators/gdsfactory-gen/. &&\
pip3 install -r requirements.txt &&\
pip3 install -r ./openfasoc/generators/gdsfactory-gen/glayout/requirements.txt &&\
pip3 install gdsfactory==7.7.0 &&\
cd ./openfasoc/generators/gdsfactory-gen/ &&\
python3 setup_glayout_ci.py --pdk gf180
Expand Down
14 changes: 13 additions & 1 deletion openfasoc/generators/gdsfactory-gen/glayout/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
pandas
klayout
numpy
matplotlib
gdsfactory
nbsphinx
cairosvg
scipy
ltspice
mako
## glayout
sky130
gf180
prettyprinttree
prettyprinttree
6 changes: 1 addition & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@ nbsphinx
cairosvg
scipy
ltspice
mako
## glayout
sky130
gf180
prettyprinttree
mako

0 comments on commit 51937d8

Please sign in to comment.