@@ -30,32 +30,41 @@ mkl = "==2023.1"
30
30
mkl-include = " ==2023.1"
31
31
32
32
# Parent image requirements to maintain cohesion
33
- elyra-pipeline-editor-extension = " ~=3.15.0"
34
- elyra-python-editor-extension = " ~=3.15.0"
35
- elyra-code-snippet-extension = " ~=3.15.0"
36
- kfp-tekton = " <1.6.0"
37
- boto3 = " ~=1.26.69"
38
- jupyter-bokeh = " ~=3.0.5"
33
+ boto3 = " ~=1.34.50"
39
34
kafka-python = " ~=2.0.2"
40
- matplotlib = " ~=3.6.3 "
41
- pandas = " ~=1.5 .3"
42
- plotly = " ~=5.13 .0"
43
- scikit-learn = " ~=1.2.1 "
44
- scipy = " ~=1.10.0 "
45
- jupyterlab-lsp = " ~=3.10.2 "
46
- jupyterlab-widgets = " ~=3.0.5 "
47
- jupyter-resource-usage = " ~=0.6.0 "
35
+ matplotlib = " ~=3.7.5 "
36
+ pandas = " ~=2.0 .3"
37
+ plotly = " ~=5.20 .0"
38
+ scikit-learn = " ~=1.3.2 "
39
+ scipy = " ~=1.10.1 "
40
+ skl2onnx = " ~=1.16.0 "
41
+ onnxconverter-common = " ~=1.13.0 " # Required for skl2onnx, as upgraded version is not compatible with protobuf
42
+ codeflare-sdk = " ~=0.14.1 "
48
43
49
- # Parent image requirements to maintain cohesion
50
- jupyterlab = " ~=3.5.3"
51
- jupyter-server = " ~=2.1.0"
52
- jupyter-server-proxy = " ~=3.2.2"
53
- jupyter-server-terminals = " ~=0.4.4"
54
- jupyterlab-git = " ~=0.41.0"
55
- nbdime = " ~=3.1.1"
56
- nbgitpuller = " ~=1.1.1"
57
- # ---
58
- wheel = " ~=0.38.4"
44
+ # DB connectors
45
+ pymongo = " ~=4.6.2"
46
+ psycopg = " ~=3.1.18"
47
+ pyodbc = " ~=5.1.0"
48
+ mysql-connector-python = " ~=8.3.0"
49
+
50
+ # JupyterLab packages
51
+ odh-elyra = " ~=3.16.1"
52
+
53
+ jupyterlab = " ~=3.6.7" # Wait on upgrade till plugins are ready
54
+ jupyter-bokeh = " ~=3.0.7" # Upgrade would bring in jupyterlab 4
55
+ jupyter-server = " ~=2.13.0"
56
+ jupyter-server-proxy = " ~=4.0.0" # Upgrade would bring in jupyterlab 4
57
+ jupyter-server-terminals = " ~=0.5.3"
58
+ jupyterlab-git = " ~=0.44.0"
59
+ jupyterlab-lsp = " ~=4.2.0"
60
+ jupyterlab-widgets = " ~=3.0.10"
61
+ jupyter-resource-usage = " ~=0.7.2"
62
+ nbdime = " ~=3.2.1"
63
+ nbgitpuller = " ~=1.2.0"
64
+
65
+ # Base packages
66
+ wheel = " ~=0.43.0"
67
+ setuptools = " ~=69.2.0"
59
68
60
69
[requires ]
61
70
python_version = " 3.8"
0 commit comments