Skip to content

Commit 9c537fe

Browse files
0.10.18 without captum
Removed captum from the requirements due to some conflicts with libtiff
1 parent f391b3a commit 9c537fe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
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.17"
10+
version = "0.10.18"
1111
authors = [
1212
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
1313
]
@@ -24,7 +24,6 @@ classifiers = [
2424
# PEP 621 dependencies declaration
2525
# adapt to your dependencies manager
2626
dependencies = [
27-
"captum",
2827
"lightning>=2.0.0rc0",
2928
"graphviz",
3029
"matplotlib",

0 commit comments

Comments
 (0)