Skip to content

Commit 78f49a4

Browse files
authored
Do not use werkzeug>=3.0.0 (#50)
1 parent 90c7bd7 commit 78f49a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "xiplot"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = [
55
{ name = "Akihiro Tanaka", email = "akihiro.fin@gmail.com" },
66
{ name = "Juniper Tyree", email = "juniper.tyree@helsinki.fi" },
@@ -30,6 +30,7 @@ dependencies = [
3030
"plotly >= 5.9.0",
3131
"scikit-learn >= 1.0; platform_system!='Emscripten'",
3232
"xiplot_filetypes == 1.0; platform_system!='Emscripten'",
33+
"Werkzeug < 3.0.0",
3334
]
3435

3536
[project.optional-dependencies]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ plotly>=5.9.0
88
scikit-learn>=1.0
99
kaleido~=0.2.1
1010
packaging<22 # Needed for dash-uploader==0.6.0
11+
Werkzeug<3.0.0 # Needed for flask 2.X.X
1112
./plugin_xiplot_filetypes

0 commit comments

Comments
 (0)