We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d548fc commit ef9894aCopy full SHA for ef9894a
1 file changed
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "spotPython"
10
-version = "0.10.13"
+version = "0.10.14"
11
authors = [
12
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
13
]
@@ -24,6 +24,7 @@ classifiers = [
24
# PEP 621 dependencies declaration
25
# adapt to your dependencies manager
26
dependencies = [
27
+ "captum",
28
"lightning>=2.0.0rc0",
29
"graphviz",
30
"matplotlib",
0 commit comments