Skip to content

Commit

Permalink
Merge pull request #702 from jstourac/kfpPin
Browse files Browse the repository at this point in the history
Pin kfp to the latest 2.9.0 release.
  • Loading branch information
harshad16 committed Sep 19, 2024
2 parents d4183a4 + 7c32d49 commit 1600f89
Show file tree
Hide file tree
Showing 8 changed files with 1,512 additions and 1,114 deletions.
3 changes: 2 additions & 1 deletion jupyter/datascience/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ name = "pypi"
# Datascience and useful extensions
boto3 = "~=1.35.14"
kafka-python = "~=2.0.2"
kfp = "~=2.9.0"
matplotlib = "~=3.9.2"
numpy = "~=2.1.0"
pandas = "~=2.2.2"
plotly = "~=5.23.0"
scikit-learn = "~=1.5.1"
scipy = "~=1.14.1"
skl2onnx = "~=1.17.0"
onnxconverter-common = "~=1.14.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.18.0"

# DB connectors
Expand Down
789 changes: 445 additions & 344 deletions jupyter/datascience/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion jupyter/pytorch/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ torchvision = {version = "~=0.19.0", index = "pytorch"}
# Datascience and useful extensions
boto3 = "~=1.35.14"
kafka-python = "~=2.0.2"
kfp = "~=2.9.0"
matplotlib = "~=3.9.2"
numpy = "~=2.1.0"
pandas = "~=2.2.2"
plotly = "~=5.23.0"
scikit-learn = "~=1.5.1"
scipy = "~=1.14.1"
skl2onnx = "~=1.17.0"
onnxconverter-common = "~=1.14.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.18.0"

# DB connectors
Expand Down
793 changes: 447 additions & 346 deletions jupyter/pytorch/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ pytorch-triton-rocm = {version = "~=3.0.0", index = "pytorch"}
# Datascience and useful extensions
boto3 = "~=1.35.14"
kafka-python = "~=2.0.2"
kfp = "~=2.9.0"
matplotlib = "~=3.9.2"
numpy = "~=2.1.0"
pandas = "~=2.2.2"
plotly = "~=5.23.0"
scikit-learn = "~=1.5.1"
scipy = "~=1.14.1"
skl2onnx = "~=1.17.0"
onnxconverter-common = "~=1.14.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.18.0"

# DB connectors
Expand Down
795 changes: 448 additions & 347 deletions jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion jupyter/trustyai/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ trustyai = "~=0.6.1"
# Datascience and useful extensions
boto3 = "~=1.35.14"
kafka-python = "~=2.0.2"
kfp = "~=2.9.0"
matplotlib = "~=3.6.3" # Should be pinned down to this version in order to be compatible with trustyai
numpy = "~=1.24.1" # Should be pinned down to this version in order to be compatible with trustyai
pandas = "~=1.5.3" # Should be pinned down to this version in order to be compatible with trustyai
plotly = "~=5.23.0"
scikit-learn = "~=1.2.1" # Should be pinned down to this version in order to be compatible with trustyai
scipy = "~=1.14.1"
skl2onnx = "~=1.17.0"
onnxconverter-common = "~=1.14.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.18.0"

# DB connectors
Expand Down
237 changes: 164 additions & 73 deletions jupyter/trustyai/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

0 comments on commit 1600f89

Please sign in to comment.