Skip to content

Commit 19167b3

Browse files
Merge pull request #634 from jasperges/hotfix/limit-dash-version
Limit Dash version and change python version limitation style for uv
2 parents 3010143 + 71df4d1 commit 19167b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ authors = [
1616
]
1717
description = "Shapash is a Python library which aims to make machine learning interpretable and understandable by everyone."
1818
readme = "README.md"
19-
requires-python = ">3.8, <3.13"
19+
requires-python = ">=3.9, <3.13"
2020
license = {text = "Apache Software License 2.0"}
2121
keywords = ["shapash"]
2222
classifiers = [
@@ -35,7 +35,7 @@ dependencies = [
3535
"pandas>=2.1.0",
3636
"shap>=0.45.0",
3737
"Flask>=1.0.4",
38-
"dash>=2.3.1",
38+
"dash>=2.3.1,<3.0.0",
3939
"dash-bootstrap-components>=1.1.0",
4040
"dash-core-components>=2.0.0",
4141
"dash-daq>=0.5.0",

0 commit comments

Comments
 (0)