Added ngspice to environment.yml and PySpice to requirements.txt

Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
This commit is contained in:
Grzegorz Latosinski 2020-11-16 15:27:40 +01:00
parent c64020cb8b
commit 2aed534b46
2 changed files with 5 additions and 0 deletions

View File

@ -17,9 +17,11 @@ name: skywater-pdk-scripts
channels: channels:
- symbiflow - symbiflow
- defaults - defaults
- conda-forge
dependencies: dependencies:
- python=3.8 - python=3.8
- pip - pip
- ngspice
# Packages installed from PyPI # Packages installed from PyPI
- pip: - pip:
- -r file:requirements.txt - -r file:requirements.txt

View File

@ -4,5 +4,8 @@ flake8
# previews. # previews.
rst_include rst_include
# the PySpice module for rendering FET bins plots
PySpice
# The Python API for the SkyWater PDK. # The Python API for the SkyWater PDK.
-e scripts/python-skywater-pdk -e scripts/python-skywater-pdk