Commit 16fc20c 1 parent a17984d commit 16fc20c Copy full SHA for 16fc20c
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ cycler<=0.11.0; python_version == '3.6'
13
13
cycler <= 0.10.0 ; python_version == '2.7'
14
14
dash <= 1.21.0 ; python_version == '2.7'
15
15
dash <= 2.0.0 ; python_version == '3.6'
16
- dash < =2.13.0 ; python_version == '3.7'
16
+ dash ! =2.13.0 ; python_version == '3.7'
17
17
dash ; python_version > '3.7'
18
18
dash-bootstrap-components <= 0.10.5 ; python_version < '3.0'
19
19
dash-bootstrap-components <= 1.2.1 ; python_version == '3.6'
@@ -115,7 +115,8 @@ tenacity<=7.0.0; python_version == '3.6'
115
115
threadpoolctl <= 3.1.0 ; python_version == '3.6'
116
116
threadpoolctl <= 3.1.0 ; python_version == '3.7'
117
117
werkzeug <= 1.0.1 ; python_version < = '3.6'
118
- werkzeug < 2.3 ; python_version >= '3.7'
118
+ werkzeug == 2.2.3 ; python_version == '3.7'
119
+ werkzeug ; python_version > '3.7'
119
120
xarray <= 0.11.3 ; python_version < '3.0'
120
121
xarray ; python_version >= '3.0'
121
122
xlrd
You can’t perform that action at this time.
0 commit comments