Skip to content

Commit 00d2df1

Browse files
Merge pull request #584 from guillaume-vignal/feature/release_constraint_on_flask
Removed Flask Version Constraint
2 parents 8a50775 + 5cd83af commit 00d2df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"numpy>1.18.0,<2",
2323
"pandas>=2.1.0",
2424
"shap>=0.45.0",
25-
"Flask<2.3.0",
25+
"Flask>=1.0.4",
2626
"dash>=2.3.1",
2727
"dash-bootstrap-components>=1.1.0",
2828
"dash-core-components>=2.0.0",

0 commit comments

Comments
 (0)