There was an error while loading. Please reload this page.
1 parent 20816c7 commit 9edd891Copy full SHA for 9edd891
1 file changed
pyproject.toml
@@ -10,10 +10,12 @@ version = "1.6"
10
11
dependencies = [
12
"PyYAML>=6.0.3",
13
+ "bs4>=0.0.2",
14
"cffi>=2.1.1",
15
"colorama>=0.4.6", # pyspice_post_installation.py
16
"matplotlib>=3.11.1",
17
"numpy>=2.5.2",
18
+ "pint>=0.25.3",
19
"ply>=3.11", # PySpice/Spice/Parser/Parser.py
20
"requests>=2.34.2", # pyspice_post_installation.py
21
"scipy>=1.18.1",
@@ -53,6 +55,7 @@ Source = "https://github.com/FabriceSalvaire/PySpice"
53
55
dev = [
54
56
"hatchling>=1.32.0",
57
"invoke>=3.0.3",
58
+ "ipython>=9.17.1",
59
"rassumfrassum>=0.3.4",
60
"ruff>=0.16.5",
61
"sexpdata>=1.0.2", # Fixme: required by kicadrw
0 commit comments