Skip to content

Commit

Permalink
Merge pull request opendatahub-io#512 from project-codeflare/odh-sync…
Browse files Browse the repository at this point in the history
…-updater-8757200391

[Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release 0.16.0
  • Loading branch information
harshad16 authored Apr 23, 2024
2 parents f49005f + 18e7891 commit bf358c8
Show file tree
Hide file tree
Showing 30 changed files with 3,195 additions and 2,902 deletions.
2 changes: 1 addition & 1 deletion habana/1.13.0/ubi8-python-3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ scikit-learn = "~=1.3.2"
scipy = "~=1.10.1"
skl2onnx = "~=1.16.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.15.1"
codeflare-sdk = "~=0.16.0"
# DB connectors
pymongo = "~=4.6.2"
psycopg = "~=3.1.18"
Expand Down
307 changes: 154 additions & 153 deletions habana/1.13.0/ubi8-python-3.8/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion intel/runtimes/ml/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plotly = "~=5.16.1"
scipy = "~=1.11.2"
scikit-learn = "~=1.3.1"
skl2onnx = "~=1.15.0"
codeflare-sdk = "~=0.15.1"
codeflare-sdk = "~=0.16.0"
# DB connectors
pymongo = "~=4.5.0"
psycopg = "~=3.1.10"
Expand Down
294 changes: 147 additions & 147 deletions intel/runtimes/ml/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/datascience/ubi8-python-3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ scikit-learn = "~=1.3.2"
scipy = "~=1.10.1"
skl2onnx = "~=1.16.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.15.1"
codeflare-sdk = "~=0.16.0"
# DB connectors
pymongo = "~=4.6.2"
psycopg = "~=3.1.18"
Expand Down
306 changes: 153 additions & 153 deletions jupyter/datascience/ubi8-python-3.8/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/datascience/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ scikit-learn = "~=1.4.0"
scipy = "~=1.12.0"
skl2onnx = "~=1.16.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.15.1"
codeflare-sdk = "~=0.16.0"
# DB connectors
pymongo = "~=4.6.2"
psycopg = "~=3.1.18"
Expand Down
315 changes: 158 additions & 157 deletions jupyter/datascience/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/intel/ml/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plotly = "~=5.16.1"
scipy = "~=1.11.2"
scikit-learn = "~=1.3.1"
skl2onnx = "~=1.15.0"
codeflare-sdk = "~=0.15.1"
codeflare-sdk = "~=0.16.0"
# DB connectors
pymongo = "~=4.5.0"
psycopg = "~=3.1.10"
Expand Down
312 changes: 156 additions & 156 deletions jupyter/intel/ml/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/pytorch/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ scikit-learn = "~=1.4.0"
scipy = "~=1.12.0"
skl2onnx = "~=1.16.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.15.1"
codeflare-sdk = "~=0.16.0"
# DB connectors
pymongo = "~=4.6.2"
psycopg = "~=3.1.18"
Expand Down
308 changes: 154 additions & 154 deletions jupyter/pytorch/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions jupyter/tensorflow/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ name = "pypi"
tensorflow = "~=2.15.0"
tensorboard = "~=2.15.2"
tf2onnx = "~= 1.16.1"


# Datascience and useful extensions
boto3 = "~=1.34.50"
kafka-python = "~=2.0.2"
Expand All @@ -23,19 +21,16 @@ scikit-learn = "~=1.4.0"
scipy = "~=1.12.0"
skl2onnx = "~=1.16.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.15.0"

codeflare-sdk = "~=0.16.0"
# DB connectors
pymongo = "~=4.6.2"
psycopg = "~=3.1.18"
pyodbc = "~=5.1.0"
mysql-connector-python = "~=8.3.0"

# JupyterLab packages
odh-elyra = "~=3.16.5"
kfp = "~=2.5.0"
kfp-kubernetes = "~=1.0.0"

jupyterlab = "~=3.6.7" # Wait on upgrade till plugins are ready
jupyter-bokeh = "~=3.0.7" # Upgrade would bring in jupyterlab 4
jupyter-server = "~=2.13.0"
Expand All @@ -47,7 +42,6 @@ jupyterlab-widgets = "~=3.0.10"
jupyter-resource-usage = "~=0.7.2"
nbdime = "~=3.2.1"
nbgitpuller = "~=1.2.0"

# Base packages
wheel = "~=0.43.0"
setuptools = "~=69.2.0"
Expand Down
520 changes: 280 additions & 240 deletions jupyter/tensorflow/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions jupyter/trustyai/ubi8-python-3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ name = "pypi"
[packages]
# TrustyAI packages
trustyai = "~=0.6.0"

# Datascience and useful extensions
boto3 = "~=1.34.50"
kafka-python = "~=2.0.2"
Expand All @@ -20,17 +19,14 @@ scikit-learn = "~=1.3.2"
scipy = "~=1.10.1"
skl2onnx = "~=1.16.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.15.0"

codeflare-sdk = "~=0.16.0"
# DB connectors
pymongo = "~=4.6.2"
psycopg = "~=3.1.18"
pyodbc = "~=5.1.0"
mysql-connector-python = "~=8.3.0"

# JupyterLab packages
odh-elyra = "~=3.16.5"

jupyterlab = "~=3.6.7" # Wait on upgrade till plugins are ready
jupyter-bokeh = "~=3.0.7" # Upgrade would bring in jupyterlab 4
jupyter-server = "~=2.13.0"
Expand All @@ -42,7 +38,6 @@ jupyterlab-widgets = "~=3.0.10"
jupyter-resource-usage = "~=0.7.2"
nbdime = "~=3.2.1"
nbgitpuller = "~=1.2.0"

# Base packages
wheel = "~=0.43.0"
setuptools = "~=69.2.0"
Expand Down
522 changes: 278 additions & 244 deletions jupyter/trustyai/ubi8-python-3.8/Pipfile.lock

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions jupyter/trustyai/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ name = "pypi"
[packages]
# TrustyAI packages
trustyai = "~=0.6.0"

# Datascience and useful extensions
boto3 = "~=1.34.50"
kafka-python = "~=2.0.2"
Expand All @@ -20,17 +19,14 @@ scikit-learn = "~=1.4.0"
scipy = "~=1.12.0"
skl2onnx = "~=1.16.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.15.0"

codeflare-sdk = "~=0.16.0"
# DB connectors
pymongo = "~=4.6.2"
psycopg = "~=3.1.18"
pyodbc = "~=5.1.0"
mysql-connector-python = "~=8.3.0"

# JupyterLab packages
odh-elyra = "~=3.16.5"

jupyterlab = "~=3.6.7" # Wait on upgrade till plugins are ready
jupyter-bokeh = "~=3.0.7" # Upgrade would bring in jupyterlab 4
jupyter-server = "~=2.13.0"
Expand All @@ -42,7 +38,6 @@ jupyterlab-widgets = "~=3.0.10"
jupyter-resource-usage = "~=0.7.2"
nbdime = "~=3.2.1"
nbgitpuller = "~=1.2.0"

# Base packages
wheel = "~=0.43.0"
setuptools = "~=69.2.0"
Expand Down
Loading

0 comments on commit bf358c8

Please sign in to comment.