File tree Expand file tree Collapse file tree 2 files changed +1682
-1526
lines changed
habana/1.10.0/ubi8-python-3.8 Expand file tree Collapse file tree 2 files changed +1682
-1526
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ pybind11 = "==2.6.2"
33
33
elyra-pipeline-editor-extension = " ~=3.15.0"
34
34
elyra-python-editor-extension = " ~=3.15.0"
35
35
elyra-code-snippet-extension = " ~=3.15.0"
36
- kfp-tekton = " <1.6.0 "
36
+ kfp-tekton = " ==1.5.7 " # pinned to avoid upgrade of pyyaml which is required.
37
37
boto3 = " ~=1.26.165"
38
38
kafka-python = " ~=2.0.2"
39
39
matplotlib = " ~=3.6.3"
@@ -45,18 +45,24 @@ scipy = "~=1.10.1"
45
45
jupyter-bokeh = " ~=3.0.5"
46
46
jupyterlab-lsp = " ~=3.10.2"
47
47
jupyterlab-widgets = " ~=3.0.5"
48
- jupyter-resource-usage = " ~=0.6.0 "
48
+ jupyter-resource-usage = " ~=0.7.2 "
49
49
50
50
# Parent image requirements to maintain cohesion
51
51
jupyterlab = " ~=3.5.3"
52
52
jupyter-server = " ~=2.1.0"
53
- jupyter-server-proxy = " ~=3.2.2 "
53
+ jupyter-server-proxy = " ~=3.2.4 "
54
54
jupyter-server-terminals = " ~=0.4.4"
55
55
jupyterlab-git = " ~=0.41.0"
56
56
nbdime = " ~=3.1.1"
57
57
nbgitpuller = " ~=1.1.1"
58
58
# ---
59
59
wheel = " ~=0.38.4"
60
60
61
+ # conflict between python-lsp-server and following packages
62
+ # due to pycodestyle dependency, pinning this, till we get
63
+ # a fix from python-lsp-server
64
+ autopep8 = " ~=2.0.4"
65
+ flake8 = " ~=7.0.0"
66
+
61
67
[requires ]
62
68
python_version = " 3.8"
You can’t perform that action at this time.
0 commit comments