mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
fix: change example to new numpy, add reqs
This commit is contained in:
parent
3dd56e6b1f
commit
ebc4a9506d
@ -3,7 +3,7 @@ import matplotlib.pyplot as plt
|
||||
import warnings
|
||||
from parse_result import QucsDataset
|
||||
|
||||
warnings.simplefilter("ignore", np.ComplexWarning)
|
||||
warnings.simplefilter("ignore", np.exceptions.ComplexWarning)
|
||||
|
||||
|
||||
# create the dat file to load with:
|
||||
|
@ -3,7 +3,7 @@ import matplotlib.pyplot as plt
|
||||
import warnings
|
||||
from parse_result import QucsDataset
|
||||
|
||||
warnings.simplefilter("ignore", np.ComplexWarning)
|
||||
warnings.simplefilter("ignore", np.exceptions.ComplexWarning)
|
||||
|
||||
|
||||
# to create the dat.ngspice file to load with:
|
||||
|
11
qucs/python/requirements.txt
Normal file
11
qucs/python/requirements.txt
Normal file
@ -0,0 +1,11 @@
|
||||
contourpy==1.3.1
|
||||
cycler==0.12.1
|
||||
fonttools==4.55.3
|
||||
kiwisolver==1.4.8
|
||||
matplotlib==3.10.0
|
||||
numpy==2.2.1
|
||||
packaging==24.2
|
||||
pillow==11.1.0
|
||||
pyparsing==3.2.1
|
||||
python-dateutil==2.9.0.post0
|
||||
six==1.17.0
|
Loading…
x
Reference in New Issue
Block a user