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:
- symbiflow
- defaults
- conda-forge
dependencies:
- python=3.8
- pip
- ngspice
# Packages installed from PyPI
- pip:
- -r file:requirements.txt

View File

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