Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release 0.21.1 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.19.1"
codeflare-sdk = "~=0.21.1"
# DB connectors
pymongo = "~=4.5.0"
psycopg = "~=3.1.10"
Expand Down
2,297 changes: 1,255 additions & 1,042 deletions intel/runtimes/ml/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion intel/runtimes/pytorch/ubi9-python-3.9/Pipfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ plotly = "~=5.16.1"
scikit-learn = "*"
scipy = "~=1.11.2"
skl2onnx = "~=1.15.0"
codeflare-sdk = "~=0.13.0"
codeflare-sdk = "~=0.21.1"

# DB connectors
pymongo = "~=4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion intel/runtimes/pytorch/ubi9-python-3.9/Pipfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ plotly = "~=5.16.1"
scikit-learn = "*"
scipy = "~=1.11.2"
skl2onnx = "~=1.15.0"
codeflare-sdk = "~=0.13.0"
codeflare-sdk = "~=0.21.1"

# DB connectors
pymongo = "~=4.5.0"
Expand Down
4,239 changes: 2,234 additions & 2,005 deletions intel/runtimes/pytorch/ubi9-python-3.9/Pipfile.lock.cpu

Large diffs are not rendered by default.

4,239 changes: 2,234 additions & 2,005 deletions intel/runtimes/pytorch/ubi9-python-3.9/Pipfile.lock.gpu

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion intel/runtimes/tensorflow/ubi9-python-3.9/Pipfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plotly = "~=5.16.1"
scikit-learn = "*"
scipy = "~=1.11.2"
skl2onnx = "~=1.15.0"
codeflare-sdk = "~=0.13.0"
codeflare-sdk = "~=0.21.1"

# DB connectors
pymongo = "~=4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion intel/runtimes/tensorflow/ubi9-python-3.9/Pipfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plotly = "~=5.16.1"
scikit-learn = "*"
scipy = "~=1.11.2"
skl2onnx = "~=1.15.0"
codeflare-sdk = "~=0.13.0"
codeflare-sdk = "~=0.21.1"

# DB connectors
pymongo = "~=4.5.0"
Expand Down
4,166 changes: 2,203 additions & 1,963 deletions intel/runtimes/tensorflow/ubi9-python-3.9/Pipfile.lock.cpu

Large diffs are not rendered by default.

4,166 changes: 2,203 additions & 1,963 deletions intel/runtimes/tensorflow/ubi9-python-3.9/Pipfile.lock.gpu

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.19.1"
codeflare-sdk = "~=0.21.1"
memray = "~=1.10.0" # any version above this would cause issue with rich package
# DB connectors
pymongo = "~=4.6.2"
Expand Down
1,687 changes: 914 additions & 773 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.19.1"
codeflare-sdk = "~=0.21.1"
# DB connectors
pymongo = "~=4.5.0"
psycopg = "~=3.1.10"
Expand Down
2,970 changes: 1,590 additions & 1,380 deletions jupyter/intel/ml/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/intel/pytorch/ubi9-python-3.9/Pipfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ plotly = "~=5.16.1"
scikit-learn = "*"
scipy = "~=1.11.2"
skl2onnx = "~=1.15.0"
codeflare-sdk = "~=0.13.0"
codeflare-sdk = "~=0.21.1"

# DB connectors
pymongo = "~=4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion jupyter/intel/pytorch/ubi9-python-3.9/Pipfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ plotly = "~=5.16.1"
scikit-learn = "*"
scipy = "~=1.11.2"
skl2onnx = "~=1.15.0"
codeflare-sdk = "~=0.13.0"
codeflare-sdk = "~=0.21.1"

# DB connectors
pymongo = "~=4.5.0"
Expand Down
5,520 changes: 2,891 additions & 2,629 deletions jupyter/intel/pytorch/ubi9-python-3.9/Pipfile.lock.cpu

Large diffs are not rendered by default.

5,515 changes: 2,888 additions & 2,627 deletions jupyter/intel/pytorch/ubi9-python-3.9/Pipfile.lock.gpu

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/intel/tensorflow/ubi9-python-3.9/Pipfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plotly = "~=5.16.1"
scikit-learn = "*"
scipy = "~=1.11.2"
skl2onnx = "~=1.15.0"
codeflare-sdk = "~=0.13.0"
codeflare-sdk = "~=0.21.1"

# DB connectors
pymongo = "~=4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion jupyter/intel/tensorflow/ubi9-python-3.9/Pipfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plotly = "~=5.16.1"
scikit-learn = "*"
scipy = "~=1.11.2"
skl2onnx = "~=1.15.0"
codeflare-sdk = "~=0.13.0"
codeflare-sdk = "~=0.21.1"

# DB connectors
pymongo = "~=4.5.0"
Expand Down
5,448 changes: 2,859 additions & 2,589 deletions jupyter/intel/tensorflow/ubi9-python-3.9/Pipfile.lock.cpu

Large diffs are not rendered by default.

5,453 changes: 2,862 additions & 2,591 deletions jupyter/intel/tensorflow/ubi9-python-3.9/Pipfile.lock.gpu

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.19.1"
codeflare-sdk = "~=0.21.1"
memray = "~=1.10.0" # any version above this would cause issue with rich package
# DB connectors
pymongo = "~=4.6.2"
Expand Down
1,693 changes: 917 additions & 776 deletions jupyter/pytorch/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/rocm/pytorch/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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.19.1"
codeflare-sdk = "~=0.21.1"
memray = "~=1.10.0" # any version above this would cause issue with rich package
# DB connectors
pymongo = "~=4.6.2"
Expand Down
3,060 changes: 1,645 additions & 1,415 deletions jupyter/rocm/pytorch/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/rocm/tensorflow/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.19.1"
codeflare-sdk = "~=0.21.1"
memray = "~=1.10.0" # any version above this would cause issue with rich package
# DB connectors
pymongo = "~=4.6.2"
Expand Down
2,920 changes: 1,579 additions & 1,341 deletions jupyter/rocm/tensorflow/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/tensorflow/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.19.1"
codeflare-sdk = "~=0.21.1"
memray = "~=1.10.0" # any version above this would cause issue with rich package
# DB connectors
pymongo = "~=4.6.2"
Expand Down
1,605 changes: 878 additions & 727 deletions jupyter/tensorflow/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/trustyai/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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.19.1"
codeflare-sdk = "~=0.21.1"
memray = "~=1.10.0" # any version above this would cause issue with rich package
# DB connectors
pymongo = "~=4.6.2"
Expand Down
1,693 changes: 917 additions & 776 deletions jupyter/trustyai/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion runtimes/datascience/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plotly = "~=5.20.0"
scikit-learn = "~=1.4.0"
scipy = "~=1.12.0"
skl2onnx = "~=1.16.0"
codeflare-sdk = "~=0.19.1"
codeflare-sdk = "~=0.21.1"
memray = "~=1.10.0" # any version above this would cause issue with rich package
# DB connectors
pymongo = "~=4.6.2"
Expand Down
Loading