Skip to content

Commit a84d2b5

Browse files
authored
Merge pull request #16 from dataiku/bugfix/custom-view-python37
downgrade Werkzeug to avoid custom webapp from crashing with python 3.7
2 parents 8eeb14e + 1176167 commit a84d2b5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [Version 1.0.1] - Bugfix Release - 2022-04
4+
5+
* Fixed package requirement dependency issue with python 3.7 for the custom view
6+
37
## [Version 1.0.0] - Initial Release - 2022-03
48

59
* GLM regression in the Visual ML

code-env/python/spec/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dash==2.0
1+
dash==2.3.1
22
dash_bootstrap_components==0.13
33
scipy==1.5
44
scikit-learn==0.21

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "generalized-linear-models",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"meta": {
55
"label": "Generalized Linear Models",
66
"description": "Train and deploy Generalized Linear Models",

0 commit comments

Comments
 (0)