We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3010143 + 71df4d1 commit 19167b3Copy full SHA for 19167b3
pyproject.toml
@@ -16,7 +16,7 @@ authors = [
16
]
17
description = "Shapash is a Python library which aims to make machine learning interpretable and understandable by everyone."
18
readme = "README.md"
19
-requires-python = ">3.8, <3.13"
+requires-python = ">=3.9, <3.13"
20
license = {text = "Apache Software License 2.0"}
21
keywords = ["shapash"]
22
classifiers = [
@@ -35,7 +35,7 @@ dependencies = [
35
"pandas>=2.1.0",
36
"shap>=0.45.0",
37
"Flask>=1.0.4",
38
- "dash>=2.3.1",
+ "dash>=2.3.1,<3.0.0",
39
"dash-bootstrap-components>=1.1.0",
40
"dash-core-components>=2.0.0",
41
"dash-daq>=0.5.0",
0 commit comments