fix: change example to new numpy, add reqs

This commit is contained in:
Alexey Potapov 2025-01-05 20:37:56 +03:00
parent 3dd56e6b1f
commit ebc4a9506d
3 changed files with 13 additions and 2 deletions

View File

@ -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:

View File

@ -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:

View 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