Added ngspice to environment.yml and PySpice to requirements.txt
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
This commit is contained in:
parent
c64020cb8b
commit
2aed534b46
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue