Skip to content

Commit ef9894a

Browse files
Add captum to requirements
1 parent 0d548fc commit ef9894a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "spotPython"
10-
version = "0.10.13"
10+
version = "0.10.14"
1111
authors = [
1212
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
1313
]
@@ -24,6 +24,7 @@ classifiers = [
2424
# PEP 621 dependencies declaration
2525
# adapt to your dependencies manager
2626
dependencies = [
27+
"captum",
2728
"lightning>=2.0.0rc0",
2829
"graphviz",
2930
"matplotlib",

0 commit comments

Comments
 (0)