You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jupyter/datascience/ubi9-python-3.11/Pipfile
+30-31Lines changed: 30 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -7,44 +7,43 @@ name = "pypi"
7
7
8
8
[packages]
9
9
# Datascience and useful extensions
10
-
boto3 = "~=1.34.50"
10
+
boto3 = "~=1.35.14"
11
11
kafka-python = "~=2.0.2"
12
-
matplotlib = "~=3.8.3"
13
-
numpy = "~=1.26.4"
14
-
pandas = "~=2.2.0"
15
-
plotly = "~=5.20.0"
16
-
scikit-learn = "~=1.4.0"
17
-
scipy = "~=1.12.0"
18
-
skl2onnx = "~=1.16.0"
19
-
onnxconverter-common = "~=1.13.0"# Required for skl2onnx, as upgraded version is not compatible with protobuf
12
+
matplotlib = "~=3.9.2"
13
+
numpy = "~=2.1.0"
14
+
pandas = "~=2.2.2"
15
+
plotly = "~=5.23.0"
16
+
scikit-learn = "~=1.5.1"
17
+
scipy = "~=1.14.1"
18
+
skl2onnx = "~=1.17.0"
19
+
onnxconverter-common = "~=1.14.0"# Required for skl2onnx, as upgraded version is not compatible with protobuf
20
20
codeflare-sdk = "~=0.18.0"
21
-
memray = "~=1.10.0"# any version above this would cause issue with rich package
21
+
22
22
# DB connectors
23
-
pymongo = "~=4.6.2"
24
-
psycopg = "~=3.1.18"
23
+
pymongo = "~=4.8.0"
24
+
psycopg = "~=3.2.1"
25
25
pyodbc = "~=5.1.0"
26
-
mysql-connector-python = "~=8.3.0"
26
+
mysql-connector-python = "~=9.0.0"
27
+
27
28
# JupyterLab packages
28
-
odh-elyra = "~=3.16.7"
29
-
jupyterlab = "~=3.6.7"# Wait on upgrade till plugins are ready
30
-
jupyter-bokeh = "~=3.0.7"# Upgrade would bring in jupyterlab 4
31
-
jupyter-server = "~=2.13.0"
32
-
jupyter-server-proxy = "~=4.0.0"# Upgrade would bring in jupyterlab 4
29
+
30
+
#odh-elyra = ">=3.16.7" # For the phase 1, exclude elyra installation. Till this Jira ticket is resolved. https://issues.redhat.com/browse/RHOAIENG-10143
31
+
32
+
jupyterlab = "~=4.2.4"
33
+
jupyter-bokeh = "~=4.0.5"
34
+
jupyter-server = "~=2.14.2"
35
+
jupyter-server-proxy = "~=4.3.0"
33
36
jupyter-server-terminals = "~=0.5.3"
34
-
jupyterlab-git = "~=0.44.0"
35
-
jupyterlab-lsp = "~=4.2.0"
36
-
jupyterlab-widgets = "~=3.0.10"
37
-
jupyter-resource-usage = "~=0.7.2"
38
-
nbdime = "~=3.2.1"
39
-
nbgitpuller = "~=1.2.0"
40
-
# pycodestyle is dependency of below packages
41
-
# and to achieve compatible of pycodestyle with python-lsp-server[all]
0 commit comments