Skip to content

Commit 9edd891

Browse files
pyproject: add dependencies
1 parent 20816c7 commit 9edd891

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ version = "1.6"
1010

1111
dependencies = [
1212
"PyYAML>=6.0.3",
13+
"bs4>=0.0.2",
1314
"cffi>=2.1.1",
1415
"colorama>=0.4.6", # pyspice_post_installation.py
1516
"matplotlib>=3.11.1",
1617
"numpy>=2.5.2",
18+
"pint>=0.25.3",
1719
"ply>=3.11", # PySpice/Spice/Parser/Parser.py
1820
"requests>=2.34.2", # pyspice_post_installation.py
1921
"scipy>=1.18.1",
@@ -53,6 +55,7 @@ Source = "https://github.com/FabriceSalvaire/PySpice"
5355
dev = [
5456
"hatchling>=1.32.0",
5557
"invoke>=3.0.3",
58+
"ipython>=9.17.1",
5659
"rassumfrassum>=0.3.4",
5760
"ruff>=0.16.5",
5861
"sexpdata>=1.0.2", # Fixme: required by kicadrw

0 commit comments

Comments
 (0)