From 278d1075d75987944765816c78fc7cac8af5063b Mon Sep 17 00:00:00 2001 From: "Vath. Sok" <4911597+ysok@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:58:37 -0500 Subject: [PATCH] RHAIENG-2200 : Fixed CVE-2025-62593 by bump codeflare-sdk@main from 0.32.1 to 0.33.0 --- ...mage-cuda-12-8-py312-c9s-pull-request.yaml | 2 +- ...h-base-image-cuda-12-8-py312-c9s-push.yaml | 2 +- ...ase-image-cuda-py312-c9s-pull-request.yaml | 2 +- ...-pytorch-rocm-py312-ubi9-pull-request.yaml | 1 + ...-trustyai-cpu-py312-ubi9-pull-request.yaml | 2 +- .../ubi9-python-3.12/devel_env_setup.sh | 4 +- .../ubi9-python-3.12/get_code_server_rpm.sh | 2 +- .../datascience/ubi9-python-3.12/pylock.toml | 47 +++++++--------- .../ubi9-python-3.12/pyproject.toml | 2 +- jupyter/pytorch/ubi9-python-3.12/pylock.toml | 47 +++++++--------- .../pytorch/ubi9-python-3.12/pyproject.toml | 2 +- .../rocm/pytorch/ubi9-python-3.12/pylock.toml | 47 +++++++--------- .../pytorch/ubi9-python-3.12/pyproject.toml | 2 +- .../tensorflow/ubi9-python-3.12/pylock.toml | 47 +++++++--------- .../ubi9-python-3.12/pyproject.toml | 2 +- .../tensorflow/ubi9-python-3.12/pylock.toml | 47 +++++++--------- .../ubi9-python-3.12/pyproject.toml | 2 +- jupyter/trustyai/ubi9-python-3.12/pylock.toml | 47 +++++++--------- .../trustyai/ubi9-python-3.12/pyproject.toml | 2 +- ...yter-datascience-notebook-imagestream.yaml | 2 +- ...ter-pytorch-llmcompressor-imagestream.yaml | 2 +- .../jupyter-pytorch-notebook-imagestream.yaml | 2 +- ...ter-rocm-pytorch-notebook-imagestream.yaml | 2 +- ...-rocm-tensorflow-notebook-imagestream.yaml | 2 +- ...pyter-tensorflow-notebook-imagestream.yaml | 2 +- ...jupyter-trustyai-notebook-imagestream.yaml | 2 +- .../datascience/ubi9-python-3.12/pylock.toml | 53 ++++++++----------- .../ubi9-python-3.12/pyproject.toml | 2 +- runtimes/pytorch/ubi9-python-3.12/pylock.toml | 53 ++++++++----------- .../pytorch/ubi9-python-3.12/pyproject.toml | 2 +- .../rocm-pytorch/ubi9-python-3.12/pylock.toml | 53 ++++++++----------- .../ubi9-python-3.12/pyproject.toml | 2 +- .../ubi9-python-3.12/pylock.toml | 53 ++++++++----------- .../ubi9-python-3.12/pyproject.toml | 2 +- .../tensorflow/ubi9-python-3.12/pylock.toml | 53 ++++++++----------- .../ubi9-python-3.12/pyproject.toml | 2 +- 36 files changed, 250 insertions(+), 348 deletions(-) diff --git a/.tekton/odh-base-image-cuda-12-8-py312-c9s-pull-request.yaml b/.tekton/odh-base-image-cuda-12-8-py312-c9s-pull-request.yaml index c609c416f5..8be5064b21 100644 --- a/.tekton/odh-base-image-cuda-12-8-py312-c9s-pull-request.yaml +++ b/.tekton/odh-base-image-cuda-12-8-py312-c9s-pull-request.yaml @@ -36,7 +36,7 @@ spec: - name: build-platforms value: - linux/x86_64 - - linux/arm64 + - linux-d160-m2xlarge/arm64 - name: dockerfile value: base-images/cuda/12.8/c9s-python-3.12/Dockerfile.cuda - name: path-context diff --git a/.tekton/odh-base-image-cuda-12-8-py312-c9s-push.yaml b/.tekton/odh-base-image-cuda-12-8-py312-c9s-push.yaml index 9b3c415c1d..2a93159102 100644 --- a/.tekton/odh-base-image-cuda-12-8-py312-c9s-push.yaml +++ b/.tekton/odh-base-image-cuda-12-8-py312-c9s-push.yaml @@ -29,7 +29,7 @@ spec: - name: build-platforms value: - linux/x86_64 - - linux-m2xlarge/arm64 + - linux-d160-m2xlarge/arm64 - name: path-context value: . - name: additional-tags diff --git a/.tekton/odh-base-image-cuda-py312-c9s-pull-request.yaml b/.tekton/odh-base-image-cuda-py312-c9s-pull-request.yaml index 5b7dbf0c2c..dfdea98c12 100644 --- a/.tekton/odh-base-image-cuda-py312-c9s-pull-request.yaml +++ b/.tekton/odh-base-image-cuda-py312-c9s-pull-request.yaml @@ -36,7 +36,7 @@ spec: - name: build-platforms value: - linux/x86_64 - - linux/arm64 + - linux-m2xlarge/arm64 - name: dockerfile value: base-images/cuda/12.6/c9s-python-3.12/Dockerfile.cuda - name: path-context diff --git a/.tekton/odh-workbench-jupyter-pytorch-rocm-py312-ubi9-pull-request.yaml b/.tekton/odh-workbench-jupyter-pytorch-rocm-py312-ubi9-pull-request.yaml index 9339bb1572..fd49d6b218 100644 --- a/.tekton/odh-workbench-jupyter-pytorch-rocm-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-workbench-jupyter-pytorch-rocm-py312-ubi9-pull-request.yaml @@ -35,6 +35,7 @@ spec: value: 5d - name: build-platforms value: + # Increase build resources to use m2xlarge machines, avoid OOM - linux/x86_64 - name: dockerfile value: jupyter/rocm/pytorch/ubi9-python-3.12/Dockerfile.rocm diff --git a/.tekton/odh-workbench-jupyter-trustyai-cpu-py312-ubi9-pull-request.yaml b/.tekton/odh-workbench-jupyter-trustyai-cpu-py312-ubi9-pull-request.yaml index 5d58e789ba..d1abfeab49 100644 --- a/.tekton/odh-workbench-jupyter-trustyai-cpu-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-workbench-jupyter-trustyai-cpu-py312-ubi9-pull-request.yaml @@ -36,7 +36,7 @@ spec: - name: build-platforms value: - linux/x86_64 - - linux-m2xlarge/arm64 + - linux-d160-m2xlarge/arm64 - linux/ppc64le - linux/s390x - name: dockerfile diff --git a/codeserver/ubi9-python-3.12/devel_env_setup.sh b/codeserver/ubi9-python-3.12/devel_env_setup.sh index 49787e5a4e..3c0b88d143 100755 --- a/codeserver/ubi9-python-3.12/devel_env_setup.sh +++ b/codeserver/ubi9-python-3.12/devel_env_setup.sh @@ -68,7 +68,7 @@ if [[ $(uname -m) == "s390x" ]]; then \ dnf install -y perl mesa-libGL skopeo libxcrypt-compat python3.12-devel pkgconf-pkg-config gcc gcc-gfortran gcc-c++ ninja-build make openssl-devel python3-devel pybind11-devel autoconf automake libtool cmake openblas-devel libjpeg-devel zlib-devel libtiff-devel freetype-devel lcms2-devel libwebp-devel git tar wget && \ dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \ - dnf install -y cmake gcc gcc-toolset-13 fribidi-devel lcms2-devel openjpeg2-devel libraqm-devel libimagequant-devel tcl-devel tk-devel && \ + dnf install -y cmake gcc gcc-toolset-13 gcc-toolset-13-libatomic-devel fribidi-devel lcms2-devel openjpeg2-devel libraqm-devel libimagequant-devel tcl-devel tk-devel && \ dnf clean all && rm -rf /var/cache/dnf; # install rust @@ -96,7 +96,7 @@ if [[ $(uname -m) == "ppc64le" ]]; then # install development packages dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm # patchelf: needed by `auditwheel repair` - dnf install -y cmake gcc-toolset-13 fribidi-devel lcms2-devel patchelf \ + dnf install -y cmake gcc-toolset-13 gcc-toolset-13-libatomic-devel fribidi-devel lcms2-devel patchelf \ libimagequant-devel libraqm-devel openjpeg2-devel tcl-devel tk-devel # install rust diff --git a/codeserver/ubi9-python-3.12/get_code_server_rpm.sh b/codeserver/ubi9-python-3.12/get_code_server_rpm.sh index 8c2c087f0c..72e3e4e006 100755 --- a/codeserver/ubi9-python-3.12/get_code_server_rpm.sh +++ b/codeserver/ubi9-python-3.12/get_code_server_rpm.sh @@ -31,7 +31,7 @@ if [[ "$ARCH" == "amd64" || "$ARCH" == "arm64" || "$ARCH" == "ppc64le" || "$ARCH # install build dependencies # https://access.redhat.com/support/policy/updates/rhel-app-streams-life-cycle # https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/developing_c_and_cpp_applications_in_rhel_9/assembly_additional-toolsets-for-development-rhel-9_developing-applications#cpp-compatibility-in-gcc-toolset-14_gcc-toolset-14 - dnf install -y jq patch libtool rsync gettext gcc-toolset-14 krb5-devel libX11-devel + dnf install -y jq patch libtool rsync gettext gcc-toolset-14 gcc-toolset-14-libatomic-devel krb5-devel libX11-devel # starting with node-22, c++20 is required . /opt/rh/gcc-toolset-14/enable diff --git a/jupyter/datascience/ubi9-python-3.12/pylock.toml b/jupyter/datascience/ubi9-python-3.12/pylock.toml index 9da0d80312..ee07a599d2 100644 --- a/jupyter/datascience/ubi9-python-3.12/pylock.toml +++ b/jupyter/datascience/ubi9-python-3.12/pylock.toml @@ -670,10 +670,10 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/88/39/799be3f2f0f38cc [[packages]] name = "codeflare-sdk" -version = "0.32.2" +version = "0.33.0" marker = "implementation_name == 'cpython' and platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'" -sdist = { url = "https://files.pythonhosted.org/packages/b3/59/22314bdbd39741cfbaebb9cd225b6036f0c7a5e9a84822f7e756bf415431/codeflare_sdk-0.32.2.tar.gz", upload-time = 2025-11-11T17:12:45Z, size = 152072, hashes = { sha256 = "918434c599effa779601eee8f200879516c39ada289f1a935973f96c947caf0f" } } -wheels = [{ url = "https://files.pythonhosted.org/packages/7e/0a/25a411ad52433d3c56344d391c09ade8316ec735359086323202019c3a34/codeflare_sdk-0.32.2-py3-none-any.whl", upload-time = 2025-11-11T17:12:44Z, size = 220792, hashes = { sha256 = "0b0c2ca34820c3f96246643697b90a95eb7f1b5d5b8a6e2b4e7f41a311f90f65" } }] +sdist = { url = "https://files.pythonhosted.org/packages/1a/e6/27b0e645b5f0fd81171bce6e9ccf1613dd62cc9c2451b977efe44224a0a8/codeflare_sdk-0.33.0.tar.gz", upload-time = 2025-12-08T10:21:46Z, size = 154082, hashes = { sha256 = "a8d0a838b4ec197e91a547b8011425c1b1af8768f8cf2346365adfa24622ed48" } } +wheels = [{ url = "https://files.pythonhosted.org/packages/5c/44/4915baa541355d9247d9fa9239e374e56ff0e665f1e167a8f53dcb40821e/codeflare_sdk-0.33.0-py3-none-any.whl", upload-time = 2025-12-08T10:21:45Z, size = 222827, hashes = { sha256 = "3cd834410053e745ad1afa1edba7577a9ea909690c00b6e724d63f64b83f9ca2" } }] [[packages]] name = "colorama" @@ -4159,33 +4159,24 @@ wheels = [ [[packages]] name = "ray" -version = "2.47.1" +version = "2.52.1" marker = "implementation_name == 'cpython' and platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'" wheels = [ - { url = "https://files.pythonhosted.org/packages/92/fe/2f1fc21b7a321385fe34fd159c27245c06bad795aba7de71f29e7a00e741/ray-2.47.1-cp310-cp310-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:11Z, size = 66145880, hashes = { sha256 = "36a30930e8d265e708df96f37f6f1f5484f4b97090d505912f992e045a69d310" } }, - { url = "https://files.pythonhosted.org/packages/87/4a/60b0ce7dc1ac04e9c48fc398afed557f0f0cb3fd74c07cb71b567a041157/ray-2.47.1-cp310-cp310-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:18Z, size = 68562947, hashes = { sha256 = "7c03a1e366d3a868a55f8c2f728f5ce35ac85ddf093ac81d0c1a35bf1c25c377" } }, - { url = "https://files.pythonhosted.org/packages/2f/a6/bad64e886ef74bbcab7d36b617e41c378088fc4852557005c1e227669697/ray-2.47.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:24Z, size = 67810643, hashes = { sha256 = "6fc7df8657b8df684b77c2d1b643137ad745aa1c12ade34743f06cca79003df0" } }, - { url = "https://files.pythonhosted.org/packages/6d/98/9289f360deb9b3d32cc9170168dff919c2f5192bf87682d5b72050206dca/ray-2.47.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:30Z, size = 68760640, hashes = { sha256 = "84a96b4720175a0000521a48eb7aa915f3b419bb5cd6172d8dee005c3f23b813" } }, - { url = "https://files.pythonhosted.org/packages/b6/6c/80690615b50e5e6f5309d5f0f9fcaaf83170e5240252c0d8bbeedc8dc9bd/ray-2.47.1-cp310-cp310-win_amd64.whl", upload-time = 2025-06-17T22:26:35Z, size = 26231731, hashes = { sha256 = "44900a1a72cb3bfb331db160a8975737c25945a97f376c70e72ccf35adf3b744" } }, - { url = "https://files.pythonhosted.org/packages/82/8c/f763f633a4c80d9ead6c1e9277983c42286a3a83dedccedb15363f3d4c40/ray-2.47.1-cp311-cp311-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:40Z, size = 66106702, hashes = { sha256 = "a640d447e0e6cf63f85b9220c883ec02bb2b8e40a9c1d84efa012795c769ba68" } }, - { url = "https://files.pythonhosted.org/packages/5d/10/05b70d425c46eba22bdd46a77cf7db09328eb9dcbf5952fa32e42c5c28e5/ray-2.47.1-cp311-cp311-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:46Z, size = 68525746, hashes = { sha256 = "feeba1e715cfd8737d3adcd2018d0cdabb7c6084fa4b093e638e6c7d42f3c956" } }, - { url = "https://files.pythonhosted.org/packages/cd/2d/a3fe20b0830ecbe74dac1ae809c265023f713e19a9f6100870d50885f44d/ray-2.47.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:52Z, size = 67906931, hashes = { sha256 = "db5ff652e9035f03c65e1742a706b76519f6e8a6744cc005396053ac8766fc46" } }, - { url = "https://files.pythonhosted.org/packages/5f/2b/d1395192c748b3761a43f2dbd9fa702a56f8e185fc2beee73ba25e801a46/ray-2.47.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:57Z, size = 68851571, hashes = { sha256 = "48961229614b2b56a535be510c8abc76e99a9aa7fa195b5c949bd0c6c69af40a" } }, - { url = "https://files.pythonhosted.org/packages/de/dd/b5dc7d3581e52683259c80014e95074835042ceaf1dea6a400185e0e1947/ray-2.47.1-cp311-cp311-win_amd64.whl", upload-time = 2025-06-17T22:27:03Z, size = 26180204, hashes = { sha256 = "bd1cba64070db06bbf79c0e075cdc4529193e2d0b19564f4f057b4193b29e912" } }, - { url = "https://files.pythonhosted.org/packages/96/d8/833edaf128fb5cdd53818d307bb93df75d943f32ecc5cb0d7b14981265e6/ray-2.47.1-cp312-cp312-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:08Z, size = 66091855, hashes = { sha256 = "322049c4546cf67e5efdad90c371c5508acbb193e5aaaf4038103c6c5ce1f578" } }, - { url = "https://files.pythonhosted.org/packages/ce/fa/23640e58046c91fcc05edd04bd51dd3d6a44cd7b408faf5bb3528a24c13d/ray-2.47.1-cp312-cp312-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:15Z, size = 68512697, hashes = { sha256 = "e6d9c78e53ac89cabbc4056aecfec53c506c692e3132af9dae941d6180ef462f" } }, - { url = "https://files.pythonhosted.org/packages/c5/32/6abf17053eb0ae720a2981a17e6b22797cc655782b603a707052b47f64eb/ray-2.47.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:21Z, size = 67918881, hashes = { sha256 = "cd4e7eb475487364b5209963b17cefedcb7fbd3a816fdb6def7ea533ebd72424" } }, - { url = "https://files.pythonhosted.org/packages/5c/31/4545d03ed68eedf42b52e2a8705a584361e262640e145d6ab219ae33969c/ray-2.47.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:27Z, size = 68888167, hashes = { sha256 = "3eaeaeec3bbe2ca6493e530c30473d84b8580a7ac3256bb9183d8c63def5a92f" } }, - { url = "https://files.pythonhosted.org/packages/94/f6/ed91383e0057ad9e3d9c45212a0c7edc5a9d24a2e46da0d55c8233df868c/ray-2.47.1-cp312-cp312-win_amd64.whl", upload-time = 2025-06-17T22:27:33Z, size = 26164455, hashes = { sha256 = "601f23ba89918b7b3ffebf967328f7bdb605deaf8c103aad7820dc2722fe450c" } }, - { url = "https://files.pythonhosted.org/packages/7b/85/4dbf9a126f080a1114ec7738d9274759c256ff2a1c21662b09123311bbf0/ray-2.47.1-cp313-cp313-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:38Z, size = 66082130, hashes = { sha256 = "8cd625d469ce15391e5f1f44ddf8dd30b2380f917603fa0172661229acb0011f" } }, - { url = "https://files.pythonhosted.org/packages/5a/8e/e893176ca3c02a310bb962b287436508f5b61fd179a7283f37610c0e0087/ray-2.47.1-cp313-cp313-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:44Z, size = 68507369, hashes = { sha256 = "e578929f58b3f0c59c7544a96d864e26278238b755d13cd19ae798070c848e57" } }, - { url = "https://files.pythonhosted.org/packages/0c/97/f36e8a19885d930ab0dbcb0b7b6706e630412336b08fa3312bcaaad818b7/ray-2.47.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:51Z, size = 67875541, hashes = { sha256 = "d6ed6d182e25d6f77179dc77bc97a749c81765b13cb671a46db3203029389663" } }, - { url = "https://files.pythonhosted.org/packages/52/60/83430886d17526f4757e298b77268533afeedc74ed934f911d522f191ef2/ray-2.47.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:57Z, size = 68848558, hashes = { sha256 = "252a471e8afb918b105cdbffb4cbebb0143baad75a06c8ffcde27ac317579ccb" } }, - { url = "https://files.pythonhosted.org/packages/cf/84/055a43a9157869912b7455afbf83a7f01795def134655f82e681496378ed/ray-2.47.1-cp39-cp39-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:28:03Z, size = 66149938, hashes = { sha256 = "c21720f283a3df360ddec002a592ddfbaf520faf4cb1b86562a7b7c196ad96a0" } }, - { url = "https://files.pythonhosted.org/packages/98/5c/08e162bf1d83709d4bb3d7cffdd12763f6f62605c5c2ad7f3b071a66353e/ray-2.47.1-cp39-cp39-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:28:09Z, size = 68568408, hashes = { sha256 = "6c7b4abe112c4d698243e30023bcbffe2c2c9a68416b95a6a0d50f9ca5725545" } }, - { url = "https://files.pythonhosted.org/packages/9b/0f/cec17486997fae42b00a6e82f007514635a556d32217a38204ed4a3a9530/ray-2.47.1-cp39-cp39-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:28:15Z, size = 67814246, hashes = { sha256 = "21f2689c1bbc688f9cd31a18bae2c9582027e91b508073849441167bb5077816" } }, - { url = "https://files.pythonhosted.org/packages/b2/f1/734d5fd9835610c7d00ec5bbfb232a8bb4d560d0030d85f749c0eb0ee0f2/ray-2.47.1-cp39-cp39-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:28:22Z, size = 68763833, hashes = { sha256 = "106817f80087d21d24e63f6e56ea5ab7c387a25105eb65e6b783551f569534ea" } }, - { url = "https://files.pythonhosted.org/packages/20/1d/64e6d6751b11668a634c7983dffc7a739487de4544110a6cacdf33c1da64/ray-2.47.1-cp39-cp39-win_amd64.whl", upload-time = 2025-06-17T22:28:27Z, size = 26234907, hashes = { sha256 = "dee02ba9b8cd45c4eadc457183f6d80f1701b85f966d02cdacd5b11867cb7375" } }, + { url = "https://files.pythonhosted.org/packages/d0/19/7882c5918d3af848543ad1000b7da22db0f65fa20da8d371272ee24d41ba/ray-2.52.1-cp310-cp310-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:03Z, size = 69385176, hashes = { sha256 = "993194a8be70540e0f819862031bbf19a64401fbe6c31b42065fd313ba466d34" } }, + { url = "https://files.pythonhosted.org/packages/43/e4/e42cc912a657211eca9eb0befe71ffc4b6a209d561e9eaed246255c05c4d/ray-2.52.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:09Z, size = 71253481, hashes = { sha256 = "65bf461fdfe4ffa667c46f9455f8740b2ad6c1fa471b461d5f5cf6b7baf177b5" } }, + { url = "https://files.pythonhosted.org/packages/ee/3e/f180102b73157592ab48a160711771728bbbdc77f6a0510a6a7a2ca18818/ray-2.52.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:15Z, size = 72083695, hashes = { sha256 = "b3f9e61b799fb3cc8fd7077a3d2eb676ddfef7db644f6b6a2b657c5c3214cf19" } }, + { url = "https://files.pythonhosted.org/packages/f3/b4/f6109cb80f8c3057fb5361d0c76249856cda0872ef36220d9b7f600f1253/ray-2.52.1-cp310-cp310-win_amd64.whl", upload-time = 2025-11-28T02:22:19Z, size = 27169182, hashes = { sha256 = "24694e60cdc7770b90f123cc578cabb9d1a231c1fe673b5da0027b118de45846" } }, + { url = "https://files.pythonhosted.org/packages/8c/64/688d72f53f7adf582913a1bba95ab9fc3232a144057aec6b6f62cc1c76b4/ray-2.52.1-cp311-cp311-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:24Z, size = 69389239, hashes = { sha256 = "f59e3b2d1a1466ac0778f2c6fac9ccb5f30107d77e3dddd1d60167248d268474" } }, + { url = "https://files.pythonhosted.org/packages/0b/c6/ae42db4bc9efd221643abad28d0fcdeecc31d49728f07eb27d2b1e4fcebc/ray-2.52.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:30Z, size = 71373439, hashes = { sha256 = "2b57ef272a2a0a0dbae6d18d70aa541eab620b4fe3b44d50466d3a533c16f9d9" } }, + { url = "https://files.pythonhosted.org/packages/40/5e/b000aa0e8189b37a8f2dfb4f589bb78105e9c451ad75424d4e67f03c5c79/ray-2.52.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:35Z, size = 72201688, hashes = { sha256 = "a5a3c268d45060c50cd029979ecc5f1eaaec040b19fa88dd4fe9e927d19ff13e" } }, + { url = "https://files.pythonhosted.org/packages/fc/5f/0b2e7bf4e1e80c83aaba789de81f346b6fd5f014223873e22f94e2e1c5d4/ray-2.52.1-cp311-cp311-win_amd64.whl", upload-time = 2025-11-28T02:22:40Z, size = 27163246, hashes = { sha256 = "4e8478544fef69a17d865431c0bebdcfeff7c0f76a306f29b73c3bc3cbb0bdb9" } }, + { url = "https://files.pythonhosted.org/packages/5c/c5/d5c3b6e28dee2bb6f9029dfcb950f41c2e682b1bf4cdbbbe42bde66f2ea8/ray-2.52.1-cp312-cp312-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:45Z, size = 69374499, hashes = { sha256 = "6831592fedf0a122016f5dab4b67d85fa3d4db3b21f588d18834b5c031396d1c" } }, + { url = "https://files.pythonhosted.org/packages/63/9f/a019b66f1d716cfed89edfa6c597c9bffe4eab559042a8495a9c2b2c82ab/ray-2.52.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:51Z, size = 71412116, hashes = { sha256 = "08eb8f5fd55292ba6bee363a32491136a5e54af54e007f81e0603986fbea41a4" } }, + { url = "https://files.pythonhosted.org/packages/d7/a5/eaea6f080953dfe1506c4d7b7e16a46536b6ebc9f39703683e0c94e115e0/ray-2.52.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:56Z, size = 72267230, hashes = { sha256 = "843c0108ad72bb7fc6c23a22e29e6099546a5eaad3ad675c78a146d9080f6ec6" } }, + { url = "https://files.pythonhosted.org/packages/eb/69/d6cabdd6f3651f380a0cdf90d97b71ec266d6ba06fd2e649e8c878ab08ce/ray-2.52.1-cp312-cp312-win_amd64.whl", upload-time = 2025-11-28T02:23:01Z, size = 27144021, hashes = { sha256 = "8045172ad3fcff62b9dab9a4cd2e0991ad0e27fc814fe625a8d3a120306651d6" } }, + { url = "https://files.pythonhosted.org/packages/b3/8a/d802270d2871cb3a18cb470f4645eb5cef0deaeda9a4c0d1ac280f2a7424/ray-2.52.1-cp313-cp313-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:23:06Z, size = 69321286, hashes = { sha256 = "b5bc29548abb0a0a7ae9e6ff3b0ccca2824edaf011a4336e15a32793d574fbfd" } }, + { url = "https://files.pythonhosted.org/packages/7c/35/5f354584dfbc38e0851f9284f905798060d7fca98c9e9da42838296515b7/ray-2.52.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:23:11Z, size = 71319629, hashes = { sha256 = "e3826aeb4e4399de0c6885bd8be7ce2f629fa0010f0013f1183e0726b3d25e40" } }, + { url = "https://files.pythonhosted.org/packages/a0/a0/b5e0099e1b1b3dc2e4c6c78a6630fd97ed2706cd47daba4d7872897cfe86/ray-2.52.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:23:17Z, size = 72181309, hashes = { sha256 = "bbe492c780a39a64bd3d0766cad10d54cf12222df88d287ec2d8f2d52de37c79" } }, ] [[packages]] diff --git a/jupyter/datascience/ubi9-python-3.12/pyproject.toml b/jupyter/datascience/ubi9-python-3.12/pyproject.toml index a8082ee8e5..aa76dce874 100644 --- a/jupyter/datascience/ubi9-python-3.12/pyproject.toml +++ b/jupyter/datascience/ubi9-python-3.12/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "skl2onnx~=1.19.1", "onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf "kubeflow-training==1.9.3", - "codeflare-sdk~=0.32.1; platform_machine != 'ppc64le' and platform_machine != 's390x'", + "codeflare-sdk~=0.33.0; platform_machine != 'ppc64le' and platform_machine != 's390x'", "feast~=0.56.0", # DB connectors diff --git a/jupyter/pytorch/ubi9-python-3.12/pylock.toml b/jupyter/pytorch/ubi9-python-3.12/pylock.toml index 2e6b8ba220..ff15eaa800 100644 --- a/jupyter/pytorch/ubi9-python-3.12/pylock.toml +++ b/jupyter/pytorch/ubi9-python-3.12/pylock.toml @@ -677,10 +677,10 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/88/39/799be3f2f0f38cc [[packages]] name = "codeflare-sdk" -version = "0.32.2" +version = "0.33.0" marker = "implementation_name == 'cpython' and sys_platform == 'linux'" -sdist = { url = "https://files.pythonhosted.org/packages/b3/59/22314bdbd39741cfbaebb9cd225b6036f0c7a5e9a84822f7e756bf415431/codeflare_sdk-0.32.2.tar.gz", upload-time = 2025-11-11T17:12:45Z, size = 152072, hashes = { sha256 = "918434c599effa779601eee8f200879516c39ada289f1a935973f96c947caf0f" } } -wheels = [{ url = "https://files.pythonhosted.org/packages/7e/0a/25a411ad52433d3c56344d391c09ade8316ec735359086323202019c3a34/codeflare_sdk-0.32.2-py3-none-any.whl", upload-time = 2025-11-11T17:12:44Z, size = 220792, hashes = { sha256 = "0b0c2ca34820c3f96246643697b90a95eb7f1b5d5b8a6e2b4e7f41a311f90f65" } }] +sdist = { url = "https://files.pythonhosted.org/packages/1a/e6/27b0e645b5f0fd81171bce6e9ccf1613dd62cc9c2451b977efe44224a0a8/codeflare_sdk-0.33.0.tar.gz", upload-time = 2025-12-08T10:21:46Z, size = 154082, hashes = { sha256 = "a8d0a838b4ec197e91a547b8011425c1b1af8768f8cf2346365adfa24622ed48" } } +wheels = [{ url = "https://files.pythonhosted.org/packages/5c/44/4915baa541355d9247d9fa9239e374e56ff0e665f1e167a8f53dcb40821e/codeflare_sdk-0.33.0-py3-none-any.whl", upload-time = 2025-12-08T10:21:45Z, size = 222827, hashes = { sha256 = "3cd834410053e745ad1afa1edba7577a9ea909690c00b6e724d63f64b83f9ca2" } }] [[packages]] name = "colorama" @@ -4318,33 +4318,24 @@ wheels = [ [[packages]] name = "ray" -version = "2.47.1" +version = "2.52.1" marker = "implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://files.pythonhosted.org/packages/92/fe/2f1fc21b7a321385fe34fd159c27245c06bad795aba7de71f29e7a00e741/ray-2.47.1-cp310-cp310-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:11Z, size = 66145880, hashes = { sha256 = "36a30930e8d265e708df96f37f6f1f5484f4b97090d505912f992e045a69d310" } }, - { url = "https://files.pythonhosted.org/packages/87/4a/60b0ce7dc1ac04e9c48fc398afed557f0f0cb3fd74c07cb71b567a041157/ray-2.47.1-cp310-cp310-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:18Z, size = 68562947, hashes = { sha256 = "7c03a1e366d3a868a55f8c2f728f5ce35ac85ddf093ac81d0c1a35bf1c25c377" } }, - { url = "https://files.pythonhosted.org/packages/2f/a6/bad64e886ef74bbcab7d36b617e41c378088fc4852557005c1e227669697/ray-2.47.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:24Z, size = 67810643, hashes = { sha256 = "6fc7df8657b8df684b77c2d1b643137ad745aa1c12ade34743f06cca79003df0" } }, - { url = "https://files.pythonhosted.org/packages/6d/98/9289f360deb9b3d32cc9170168dff919c2f5192bf87682d5b72050206dca/ray-2.47.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:30Z, size = 68760640, hashes = { sha256 = "84a96b4720175a0000521a48eb7aa915f3b419bb5cd6172d8dee005c3f23b813" } }, - { url = "https://files.pythonhosted.org/packages/b6/6c/80690615b50e5e6f5309d5f0f9fcaaf83170e5240252c0d8bbeedc8dc9bd/ray-2.47.1-cp310-cp310-win_amd64.whl", upload-time = 2025-06-17T22:26:35Z, size = 26231731, hashes = { sha256 = "44900a1a72cb3bfb331db160a8975737c25945a97f376c70e72ccf35adf3b744" } }, - { url = "https://files.pythonhosted.org/packages/82/8c/f763f633a4c80d9ead6c1e9277983c42286a3a83dedccedb15363f3d4c40/ray-2.47.1-cp311-cp311-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:40Z, size = 66106702, hashes = { sha256 = "a640d447e0e6cf63f85b9220c883ec02bb2b8e40a9c1d84efa012795c769ba68" } }, - { url = "https://files.pythonhosted.org/packages/5d/10/05b70d425c46eba22bdd46a77cf7db09328eb9dcbf5952fa32e42c5c28e5/ray-2.47.1-cp311-cp311-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:46Z, size = 68525746, hashes = { sha256 = "feeba1e715cfd8737d3adcd2018d0cdabb7c6084fa4b093e638e6c7d42f3c956" } }, - { url = "https://files.pythonhosted.org/packages/cd/2d/a3fe20b0830ecbe74dac1ae809c265023f713e19a9f6100870d50885f44d/ray-2.47.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:52Z, size = 67906931, hashes = { sha256 = "db5ff652e9035f03c65e1742a706b76519f6e8a6744cc005396053ac8766fc46" } }, - { url = "https://files.pythonhosted.org/packages/5f/2b/d1395192c748b3761a43f2dbd9fa702a56f8e185fc2beee73ba25e801a46/ray-2.47.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:57Z, size = 68851571, hashes = { sha256 = "48961229614b2b56a535be510c8abc76e99a9aa7fa195b5c949bd0c6c69af40a" } }, - { url = "https://files.pythonhosted.org/packages/de/dd/b5dc7d3581e52683259c80014e95074835042ceaf1dea6a400185e0e1947/ray-2.47.1-cp311-cp311-win_amd64.whl", upload-time = 2025-06-17T22:27:03Z, size = 26180204, hashes = { sha256 = "bd1cba64070db06bbf79c0e075cdc4529193e2d0b19564f4f057b4193b29e912" } }, - { url = "https://files.pythonhosted.org/packages/96/d8/833edaf128fb5cdd53818d307bb93df75d943f32ecc5cb0d7b14981265e6/ray-2.47.1-cp312-cp312-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:08Z, size = 66091855, hashes = { sha256 = "322049c4546cf67e5efdad90c371c5508acbb193e5aaaf4038103c6c5ce1f578" } }, - { url = "https://files.pythonhosted.org/packages/ce/fa/23640e58046c91fcc05edd04bd51dd3d6a44cd7b408faf5bb3528a24c13d/ray-2.47.1-cp312-cp312-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:15Z, size = 68512697, hashes = { sha256 = "e6d9c78e53ac89cabbc4056aecfec53c506c692e3132af9dae941d6180ef462f" } }, - { url = "https://files.pythonhosted.org/packages/c5/32/6abf17053eb0ae720a2981a17e6b22797cc655782b603a707052b47f64eb/ray-2.47.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:21Z, size = 67918881, hashes = { sha256 = "cd4e7eb475487364b5209963b17cefedcb7fbd3a816fdb6def7ea533ebd72424" } }, - { url = "https://files.pythonhosted.org/packages/5c/31/4545d03ed68eedf42b52e2a8705a584361e262640e145d6ab219ae33969c/ray-2.47.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:27Z, size = 68888167, hashes = { sha256 = "3eaeaeec3bbe2ca6493e530c30473d84b8580a7ac3256bb9183d8c63def5a92f" } }, - { url = "https://files.pythonhosted.org/packages/94/f6/ed91383e0057ad9e3d9c45212a0c7edc5a9d24a2e46da0d55c8233df868c/ray-2.47.1-cp312-cp312-win_amd64.whl", upload-time = 2025-06-17T22:27:33Z, size = 26164455, hashes = { sha256 = "601f23ba89918b7b3ffebf967328f7bdb605deaf8c103aad7820dc2722fe450c" } }, - { url = "https://files.pythonhosted.org/packages/7b/85/4dbf9a126f080a1114ec7738d9274759c256ff2a1c21662b09123311bbf0/ray-2.47.1-cp313-cp313-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:38Z, size = 66082130, hashes = { sha256 = "8cd625d469ce15391e5f1f44ddf8dd30b2380f917603fa0172661229acb0011f" } }, - { url = "https://files.pythonhosted.org/packages/5a/8e/e893176ca3c02a310bb962b287436508f5b61fd179a7283f37610c0e0087/ray-2.47.1-cp313-cp313-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:44Z, size = 68507369, hashes = { sha256 = "e578929f58b3f0c59c7544a96d864e26278238b755d13cd19ae798070c848e57" } }, - { url = "https://files.pythonhosted.org/packages/0c/97/f36e8a19885d930ab0dbcb0b7b6706e630412336b08fa3312bcaaad818b7/ray-2.47.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:51Z, size = 67875541, hashes = { sha256 = "d6ed6d182e25d6f77179dc77bc97a749c81765b13cb671a46db3203029389663" } }, - { url = "https://files.pythonhosted.org/packages/52/60/83430886d17526f4757e298b77268533afeedc74ed934f911d522f191ef2/ray-2.47.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:57Z, size = 68848558, hashes = { sha256 = "252a471e8afb918b105cdbffb4cbebb0143baad75a06c8ffcde27ac317579ccb" } }, - { url = "https://files.pythonhosted.org/packages/cf/84/055a43a9157869912b7455afbf83a7f01795def134655f82e681496378ed/ray-2.47.1-cp39-cp39-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:28:03Z, size = 66149938, hashes = { sha256 = "c21720f283a3df360ddec002a592ddfbaf520faf4cb1b86562a7b7c196ad96a0" } }, - { url = "https://files.pythonhosted.org/packages/98/5c/08e162bf1d83709d4bb3d7cffdd12763f6f62605c5c2ad7f3b071a66353e/ray-2.47.1-cp39-cp39-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:28:09Z, size = 68568408, hashes = { sha256 = "6c7b4abe112c4d698243e30023bcbffe2c2c9a68416b95a6a0d50f9ca5725545" } }, - { url = "https://files.pythonhosted.org/packages/9b/0f/cec17486997fae42b00a6e82f007514635a556d32217a38204ed4a3a9530/ray-2.47.1-cp39-cp39-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:28:15Z, size = 67814246, hashes = { sha256 = "21f2689c1bbc688f9cd31a18bae2c9582027e91b508073849441167bb5077816" } }, - { url = "https://files.pythonhosted.org/packages/b2/f1/734d5fd9835610c7d00ec5bbfb232a8bb4d560d0030d85f749c0eb0ee0f2/ray-2.47.1-cp39-cp39-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:28:22Z, size = 68763833, hashes = { sha256 = "106817f80087d21d24e63f6e56ea5ab7c387a25105eb65e6b783551f569534ea" } }, - { url = "https://files.pythonhosted.org/packages/20/1d/64e6d6751b11668a634c7983dffc7a739487de4544110a6cacdf33c1da64/ray-2.47.1-cp39-cp39-win_amd64.whl", upload-time = 2025-06-17T22:28:27Z, size = 26234907, hashes = { sha256 = "dee02ba9b8cd45c4eadc457183f6d80f1701b85f966d02cdacd5b11867cb7375" } }, + { url = "https://files.pythonhosted.org/packages/d0/19/7882c5918d3af848543ad1000b7da22db0f65fa20da8d371272ee24d41ba/ray-2.52.1-cp310-cp310-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:03Z, size = 69385176, hashes = { sha256 = "993194a8be70540e0f819862031bbf19a64401fbe6c31b42065fd313ba466d34" } }, + { url = "https://files.pythonhosted.org/packages/43/e4/e42cc912a657211eca9eb0befe71ffc4b6a209d561e9eaed246255c05c4d/ray-2.52.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:09Z, size = 71253481, hashes = { sha256 = "65bf461fdfe4ffa667c46f9455f8740b2ad6c1fa471b461d5f5cf6b7baf177b5" } }, + { url = "https://files.pythonhosted.org/packages/ee/3e/f180102b73157592ab48a160711771728bbbdc77f6a0510a6a7a2ca18818/ray-2.52.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:15Z, size = 72083695, hashes = { sha256 = "b3f9e61b799fb3cc8fd7077a3d2eb676ddfef7db644f6b6a2b657c5c3214cf19" } }, + { url = "https://files.pythonhosted.org/packages/f3/b4/f6109cb80f8c3057fb5361d0c76249856cda0872ef36220d9b7f600f1253/ray-2.52.1-cp310-cp310-win_amd64.whl", upload-time = 2025-11-28T02:22:19Z, size = 27169182, hashes = { sha256 = "24694e60cdc7770b90f123cc578cabb9d1a231c1fe673b5da0027b118de45846" } }, + { url = "https://files.pythonhosted.org/packages/8c/64/688d72f53f7adf582913a1bba95ab9fc3232a144057aec6b6f62cc1c76b4/ray-2.52.1-cp311-cp311-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:24Z, size = 69389239, hashes = { sha256 = "f59e3b2d1a1466ac0778f2c6fac9ccb5f30107d77e3dddd1d60167248d268474" } }, + { url = "https://files.pythonhosted.org/packages/0b/c6/ae42db4bc9efd221643abad28d0fcdeecc31d49728f07eb27d2b1e4fcebc/ray-2.52.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:30Z, size = 71373439, hashes = { sha256 = "2b57ef272a2a0a0dbae6d18d70aa541eab620b4fe3b44d50466d3a533c16f9d9" } }, + { url = "https://files.pythonhosted.org/packages/40/5e/b000aa0e8189b37a8f2dfb4f589bb78105e9c451ad75424d4e67f03c5c79/ray-2.52.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:35Z, size = 72201688, hashes = { sha256 = "a5a3c268d45060c50cd029979ecc5f1eaaec040b19fa88dd4fe9e927d19ff13e" } }, + { url = "https://files.pythonhosted.org/packages/fc/5f/0b2e7bf4e1e80c83aaba789de81f346b6fd5f014223873e22f94e2e1c5d4/ray-2.52.1-cp311-cp311-win_amd64.whl", upload-time = 2025-11-28T02:22:40Z, size = 27163246, hashes = { sha256 = "4e8478544fef69a17d865431c0bebdcfeff7c0f76a306f29b73c3bc3cbb0bdb9" } }, + { url = "https://files.pythonhosted.org/packages/5c/c5/d5c3b6e28dee2bb6f9029dfcb950f41c2e682b1bf4cdbbbe42bde66f2ea8/ray-2.52.1-cp312-cp312-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:45Z, size = 69374499, hashes = { sha256 = "6831592fedf0a122016f5dab4b67d85fa3d4db3b21f588d18834b5c031396d1c" } }, + { url = "https://files.pythonhosted.org/packages/63/9f/a019b66f1d716cfed89edfa6c597c9bffe4eab559042a8495a9c2b2c82ab/ray-2.52.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:51Z, size = 71412116, hashes = { sha256 = "08eb8f5fd55292ba6bee363a32491136a5e54af54e007f81e0603986fbea41a4" } }, + { url = "https://files.pythonhosted.org/packages/d7/a5/eaea6f080953dfe1506c4d7b7e16a46536b6ebc9f39703683e0c94e115e0/ray-2.52.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:56Z, size = 72267230, hashes = { sha256 = "843c0108ad72bb7fc6c23a22e29e6099546a5eaad3ad675c78a146d9080f6ec6" } }, + { url = "https://files.pythonhosted.org/packages/eb/69/d6cabdd6f3651f380a0cdf90d97b71ec266d6ba06fd2e649e8c878ab08ce/ray-2.52.1-cp312-cp312-win_amd64.whl", upload-time = 2025-11-28T02:23:01Z, size = 27144021, hashes = { sha256 = "8045172ad3fcff62b9dab9a4cd2e0991ad0e27fc814fe625a8d3a120306651d6" } }, + { url = "https://files.pythonhosted.org/packages/b3/8a/d802270d2871cb3a18cb470f4645eb5cef0deaeda9a4c0d1ac280f2a7424/ray-2.52.1-cp313-cp313-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:23:06Z, size = 69321286, hashes = { sha256 = "b5bc29548abb0a0a7ae9e6ff3b0ccca2824edaf011a4336e15a32793d574fbfd" } }, + { url = "https://files.pythonhosted.org/packages/7c/35/5f354584dfbc38e0851f9284f905798060d7fca98c9e9da42838296515b7/ray-2.52.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:23:11Z, size = 71319629, hashes = { sha256 = "e3826aeb4e4399de0c6885bd8be7ce2f629fa0010f0013f1183e0726b3d25e40" } }, + { url = "https://files.pythonhosted.org/packages/a0/a0/b5e0099e1b1b3dc2e4c6c78a6630fd97ed2706cd47daba4d7872897cfe86/ray-2.52.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:23:17Z, size = 72181309, hashes = { sha256 = "bbe492c780a39a64bd3d0766cad10d54cf12222df88d287ec2d8f2d52de37c79" } }, ] [[packages]] diff --git a/jupyter/pytorch/ubi9-python-3.12/pyproject.toml b/jupyter/pytorch/ubi9-python-3.12/pyproject.toml index 31c5954ce8..24779d7d7b 100644 --- a/jupyter/pytorch/ubi9-python-3.12/pyproject.toml +++ b/jupyter/pytorch/ubi9-python-3.12/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "scipy~=1.16.2", "skl2onnx~=1.19.1", "onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf - "codeflare-sdk~=0.32.1", + "codeflare-sdk~=0.33.0", "kubeflow-training==1.9.3", "feast~=0.56.0", diff --git a/jupyter/rocm/pytorch/ubi9-python-3.12/pylock.toml b/jupyter/rocm/pytorch/ubi9-python-3.12/pylock.toml index e13bf1d80b..affb0be8fa 100644 --- a/jupyter/rocm/pytorch/ubi9-python-3.12/pylock.toml +++ b/jupyter/rocm/pytorch/ubi9-python-3.12/pylock.toml @@ -677,10 +677,10 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/88/39/799be3f2f0f38cc [[packages]] name = "codeflare-sdk" -version = "0.32.2" +version = "0.33.0" marker = "implementation_name == 'cpython' and sys_platform == 'linux'" -sdist = { url = "https://files.pythonhosted.org/packages/b3/59/22314bdbd39741cfbaebb9cd225b6036f0c7a5e9a84822f7e756bf415431/codeflare_sdk-0.32.2.tar.gz", upload-time = 2025-11-11T17:12:45Z, size = 152072, hashes = { sha256 = "918434c599effa779601eee8f200879516c39ada289f1a935973f96c947caf0f" } } -wheels = [{ url = "https://files.pythonhosted.org/packages/7e/0a/25a411ad52433d3c56344d391c09ade8316ec735359086323202019c3a34/codeflare_sdk-0.32.2-py3-none-any.whl", upload-time = 2025-11-11T17:12:44Z, size = 220792, hashes = { sha256 = "0b0c2ca34820c3f96246643697b90a95eb7f1b5d5b8a6e2b4e7f41a311f90f65" } }] +sdist = { url = "https://files.pythonhosted.org/packages/1a/e6/27b0e645b5f0fd81171bce6e9ccf1613dd62cc9c2451b977efe44224a0a8/codeflare_sdk-0.33.0.tar.gz", upload-time = 2025-12-08T10:21:46Z, size = 154082, hashes = { sha256 = "a8d0a838b4ec197e91a547b8011425c1b1af8768f8cf2346365adfa24622ed48" } } +wheels = [{ url = "https://files.pythonhosted.org/packages/5c/44/4915baa541355d9247d9fa9239e374e56ff0e665f1e167a8f53dcb40821e/codeflare_sdk-0.33.0-py3-none-any.whl", upload-time = 2025-12-08T10:21:45Z, size = 222827, hashes = { sha256 = "3cd834410053e745ad1afa1edba7577a9ea909690c00b6e724d63f64b83f9ca2" } }] [[packages]] name = "colorama" @@ -4193,33 +4193,24 @@ wheels = [ [[packages]] name = "ray" -version = "2.47.1" +version = "2.52.1" marker = "implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://files.pythonhosted.org/packages/92/fe/2f1fc21b7a321385fe34fd159c27245c06bad795aba7de71f29e7a00e741/ray-2.47.1-cp310-cp310-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:11Z, size = 66145880, hashes = { sha256 = "36a30930e8d265e708df96f37f6f1f5484f4b97090d505912f992e045a69d310" } }, - { url = "https://files.pythonhosted.org/packages/87/4a/60b0ce7dc1ac04e9c48fc398afed557f0f0cb3fd74c07cb71b567a041157/ray-2.47.1-cp310-cp310-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:18Z, size = 68562947, hashes = { sha256 = "7c03a1e366d3a868a55f8c2f728f5ce35ac85ddf093ac81d0c1a35bf1c25c377" } }, - { url = "https://files.pythonhosted.org/packages/2f/a6/bad64e886ef74bbcab7d36b617e41c378088fc4852557005c1e227669697/ray-2.47.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:24Z, size = 67810643, hashes = { sha256 = "6fc7df8657b8df684b77c2d1b643137ad745aa1c12ade34743f06cca79003df0" } }, - { url = "https://files.pythonhosted.org/packages/6d/98/9289f360deb9b3d32cc9170168dff919c2f5192bf87682d5b72050206dca/ray-2.47.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:30Z, size = 68760640, hashes = { sha256 = "84a96b4720175a0000521a48eb7aa915f3b419bb5cd6172d8dee005c3f23b813" } }, - { url = "https://files.pythonhosted.org/packages/b6/6c/80690615b50e5e6f5309d5f0f9fcaaf83170e5240252c0d8bbeedc8dc9bd/ray-2.47.1-cp310-cp310-win_amd64.whl", upload-time = 2025-06-17T22:26:35Z, size = 26231731, hashes = { sha256 = "44900a1a72cb3bfb331db160a8975737c25945a97f376c70e72ccf35adf3b744" } }, - { url = "https://files.pythonhosted.org/packages/82/8c/f763f633a4c80d9ead6c1e9277983c42286a3a83dedccedb15363f3d4c40/ray-2.47.1-cp311-cp311-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:40Z, size = 66106702, hashes = { sha256 = "a640d447e0e6cf63f85b9220c883ec02bb2b8e40a9c1d84efa012795c769ba68" } }, - { url = "https://files.pythonhosted.org/packages/5d/10/05b70d425c46eba22bdd46a77cf7db09328eb9dcbf5952fa32e42c5c28e5/ray-2.47.1-cp311-cp311-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:46Z, size = 68525746, hashes = { sha256 = "feeba1e715cfd8737d3adcd2018d0cdabb7c6084fa4b093e638e6c7d42f3c956" } }, - { url = "https://files.pythonhosted.org/packages/cd/2d/a3fe20b0830ecbe74dac1ae809c265023f713e19a9f6100870d50885f44d/ray-2.47.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:52Z, size = 67906931, hashes = { sha256 = "db5ff652e9035f03c65e1742a706b76519f6e8a6744cc005396053ac8766fc46" } }, - { url = "https://files.pythonhosted.org/packages/5f/2b/d1395192c748b3761a43f2dbd9fa702a56f8e185fc2beee73ba25e801a46/ray-2.47.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:57Z, size = 68851571, hashes = { sha256 = "48961229614b2b56a535be510c8abc76e99a9aa7fa195b5c949bd0c6c69af40a" } }, - { url = "https://files.pythonhosted.org/packages/de/dd/b5dc7d3581e52683259c80014e95074835042ceaf1dea6a400185e0e1947/ray-2.47.1-cp311-cp311-win_amd64.whl", upload-time = 2025-06-17T22:27:03Z, size = 26180204, hashes = { sha256 = "bd1cba64070db06bbf79c0e075cdc4529193e2d0b19564f4f057b4193b29e912" } }, - { url = "https://files.pythonhosted.org/packages/96/d8/833edaf128fb5cdd53818d307bb93df75d943f32ecc5cb0d7b14981265e6/ray-2.47.1-cp312-cp312-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:08Z, size = 66091855, hashes = { sha256 = "322049c4546cf67e5efdad90c371c5508acbb193e5aaaf4038103c6c5ce1f578" } }, - { url = "https://files.pythonhosted.org/packages/ce/fa/23640e58046c91fcc05edd04bd51dd3d6a44cd7b408faf5bb3528a24c13d/ray-2.47.1-cp312-cp312-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:15Z, size = 68512697, hashes = { sha256 = "e6d9c78e53ac89cabbc4056aecfec53c506c692e3132af9dae941d6180ef462f" } }, - { url = "https://files.pythonhosted.org/packages/c5/32/6abf17053eb0ae720a2981a17e6b22797cc655782b603a707052b47f64eb/ray-2.47.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:21Z, size = 67918881, hashes = { sha256 = "cd4e7eb475487364b5209963b17cefedcb7fbd3a816fdb6def7ea533ebd72424" } }, - { url = "https://files.pythonhosted.org/packages/5c/31/4545d03ed68eedf42b52e2a8705a584361e262640e145d6ab219ae33969c/ray-2.47.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:27Z, size = 68888167, hashes = { sha256 = "3eaeaeec3bbe2ca6493e530c30473d84b8580a7ac3256bb9183d8c63def5a92f" } }, - { url = "https://files.pythonhosted.org/packages/94/f6/ed91383e0057ad9e3d9c45212a0c7edc5a9d24a2e46da0d55c8233df868c/ray-2.47.1-cp312-cp312-win_amd64.whl", upload-time = 2025-06-17T22:27:33Z, size = 26164455, hashes = { sha256 = "601f23ba89918b7b3ffebf967328f7bdb605deaf8c103aad7820dc2722fe450c" } }, - { url = "https://files.pythonhosted.org/packages/7b/85/4dbf9a126f080a1114ec7738d9274759c256ff2a1c21662b09123311bbf0/ray-2.47.1-cp313-cp313-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:38Z, size = 66082130, hashes = { sha256 = "8cd625d469ce15391e5f1f44ddf8dd30b2380f917603fa0172661229acb0011f" } }, - { url = "https://files.pythonhosted.org/packages/5a/8e/e893176ca3c02a310bb962b287436508f5b61fd179a7283f37610c0e0087/ray-2.47.1-cp313-cp313-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:44Z, size = 68507369, hashes = { sha256 = "e578929f58b3f0c59c7544a96d864e26278238b755d13cd19ae798070c848e57" } }, - { url = "https://files.pythonhosted.org/packages/0c/97/f36e8a19885d930ab0dbcb0b7b6706e630412336b08fa3312bcaaad818b7/ray-2.47.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:51Z, size = 67875541, hashes = { sha256 = "d6ed6d182e25d6f77179dc77bc97a749c81765b13cb671a46db3203029389663" } }, - { url = "https://files.pythonhosted.org/packages/52/60/83430886d17526f4757e298b77268533afeedc74ed934f911d522f191ef2/ray-2.47.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:57Z, size = 68848558, hashes = { sha256 = "252a471e8afb918b105cdbffb4cbebb0143baad75a06c8ffcde27ac317579ccb" } }, - { url = "https://files.pythonhosted.org/packages/cf/84/055a43a9157869912b7455afbf83a7f01795def134655f82e681496378ed/ray-2.47.1-cp39-cp39-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:28:03Z, size = 66149938, hashes = { sha256 = "c21720f283a3df360ddec002a592ddfbaf520faf4cb1b86562a7b7c196ad96a0" } }, - { url = "https://files.pythonhosted.org/packages/98/5c/08e162bf1d83709d4bb3d7cffdd12763f6f62605c5c2ad7f3b071a66353e/ray-2.47.1-cp39-cp39-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:28:09Z, size = 68568408, hashes = { sha256 = "6c7b4abe112c4d698243e30023bcbffe2c2c9a68416b95a6a0d50f9ca5725545" } }, - { url = "https://files.pythonhosted.org/packages/9b/0f/cec17486997fae42b00a6e82f007514635a556d32217a38204ed4a3a9530/ray-2.47.1-cp39-cp39-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:28:15Z, size = 67814246, hashes = { sha256 = "21f2689c1bbc688f9cd31a18bae2c9582027e91b508073849441167bb5077816" } }, - { url = "https://files.pythonhosted.org/packages/b2/f1/734d5fd9835610c7d00ec5bbfb232a8bb4d560d0030d85f749c0eb0ee0f2/ray-2.47.1-cp39-cp39-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:28:22Z, size = 68763833, hashes = { sha256 = "106817f80087d21d24e63f6e56ea5ab7c387a25105eb65e6b783551f569534ea" } }, - { url = "https://files.pythonhosted.org/packages/20/1d/64e6d6751b11668a634c7983dffc7a739487de4544110a6cacdf33c1da64/ray-2.47.1-cp39-cp39-win_amd64.whl", upload-time = 2025-06-17T22:28:27Z, size = 26234907, hashes = { sha256 = "dee02ba9b8cd45c4eadc457183f6d80f1701b85f966d02cdacd5b11867cb7375" } }, + { url = "https://files.pythonhosted.org/packages/d0/19/7882c5918d3af848543ad1000b7da22db0f65fa20da8d371272ee24d41ba/ray-2.52.1-cp310-cp310-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:03Z, size = 69385176, hashes = { sha256 = "993194a8be70540e0f819862031bbf19a64401fbe6c31b42065fd313ba466d34" } }, + { url = "https://files.pythonhosted.org/packages/43/e4/e42cc912a657211eca9eb0befe71ffc4b6a209d561e9eaed246255c05c4d/ray-2.52.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:09Z, size = 71253481, hashes = { sha256 = "65bf461fdfe4ffa667c46f9455f8740b2ad6c1fa471b461d5f5cf6b7baf177b5" } }, + { url = "https://files.pythonhosted.org/packages/ee/3e/f180102b73157592ab48a160711771728bbbdc77f6a0510a6a7a2ca18818/ray-2.52.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:15Z, size = 72083695, hashes = { sha256 = "b3f9e61b799fb3cc8fd7077a3d2eb676ddfef7db644f6b6a2b657c5c3214cf19" } }, + { url = "https://files.pythonhosted.org/packages/f3/b4/f6109cb80f8c3057fb5361d0c76249856cda0872ef36220d9b7f600f1253/ray-2.52.1-cp310-cp310-win_amd64.whl", upload-time = 2025-11-28T02:22:19Z, size = 27169182, hashes = { sha256 = "24694e60cdc7770b90f123cc578cabb9d1a231c1fe673b5da0027b118de45846" } }, + { url = "https://files.pythonhosted.org/packages/8c/64/688d72f53f7adf582913a1bba95ab9fc3232a144057aec6b6f62cc1c76b4/ray-2.52.1-cp311-cp311-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:24Z, size = 69389239, hashes = { sha256 = "f59e3b2d1a1466ac0778f2c6fac9ccb5f30107d77e3dddd1d60167248d268474" } }, + { url = "https://files.pythonhosted.org/packages/0b/c6/ae42db4bc9efd221643abad28d0fcdeecc31d49728f07eb27d2b1e4fcebc/ray-2.52.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:30Z, size = 71373439, hashes = { sha256 = "2b57ef272a2a0a0dbae6d18d70aa541eab620b4fe3b44d50466d3a533c16f9d9" } }, + { url = "https://files.pythonhosted.org/packages/40/5e/b000aa0e8189b37a8f2dfb4f589bb78105e9c451ad75424d4e67f03c5c79/ray-2.52.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:35Z, size = 72201688, hashes = { sha256 = "a5a3c268d45060c50cd029979ecc5f1eaaec040b19fa88dd4fe9e927d19ff13e" } }, + { url = "https://files.pythonhosted.org/packages/fc/5f/0b2e7bf4e1e80c83aaba789de81f346b6fd5f014223873e22f94e2e1c5d4/ray-2.52.1-cp311-cp311-win_amd64.whl", upload-time = 2025-11-28T02:22:40Z, size = 27163246, hashes = { sha256 = "4e8478544fef69a17d865431c0bebdcfeff7c0f76a306f29b73c3bc3cbb0bdb9" } }, + { url = "https://files.pythonhosted.org/packages/5c/c5/d5c3b6e28dee2bb6f9029dfcb950f41c2e682b1bf4cdbbbe42bde66f2ea8/ray-2.52.1-cp312-cp312-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:45Z, size = 69374499, hashes = { sha256 = "6831592fedf0a122016f5dab4b67d85fa3d4db3b21f588d18834b5c031396d1c" } }, + { url = "https://files.pythonhosted.org/packages/63/9f/a019b66f1d716cfed89edfa6c597c9bffe4eab559042a8495a9c2b2c82ab/ray-2.52.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:51Z, size = 71412116, hashes = { sha256 = "08eb8f5fd55292ba6bee363a32491136a5e54af54e007f81e0603986fbea41a4" } }, + { url = "https://files.pythonhosted.org/packages/d7/a5/eaea6f080953dfe1506c4d7b7e16a46536b6ebc9f39703683e0c94e115e0/ray-2.52.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:56Z, size = 72267230, hashes = { sha256 = "843c0108ad72bb7fc6c23a22e29e6099546a5eaad3ad675c78a146d9080f6ec6" } }, + { url = "https://files.pythonhosted.org/packages/eb/69/d6cabdd6f3651f380a0cdf90d97b71ec266d6ba06fd2e649e8c878ab08ce/ray-2.52.1-cp312-cp312-win_amd64.whl", upload-time = 2025-11-28T02:23:01Z, size = 27144021, hashes = { sha256 = "8045172ad3fcff62b9dab9a4cd2e0991ad0e27fc814fe625a8d3a120306651d6" } }, + { url = "https://files.pythonhosted.org/packages/b3/8a/d802270d2871cb3a18cb470f4645eb5cef0deaeda9a4c0d1ac280f2a7424/ray-2.52.1-cp313-cp313-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:23:06Z, size = 69321286, hashes = { sha256 = "b5bc29548abb0a0a7ae9e6ff3b0ccca2824edaf011a4336e15a32793d574fbfd" } }, + { url = "https://files.pythonhosted.org/packages/7c/35/5f354584dfbc38e0851f9284f905798060d7fca98c9e9da42838296515b7/ray-2.52.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:23:11Z, size = 71319629, hashes = { sha256 = "e3826aeb4e4399de0c6885bd8be7ce2f629fa0010f0013f1183e0726b3d25e40" } }, + { url = "https://files.pythonhosted.org/packages/a0/a0/b5e0099e1b1b3dc2e4c6c78a6630fd97ed2706cd47daba4d7872897cfe86/ray-2.52.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:23:17Z, size = 72181309, hashes = { sha256 = "bbe492c780a39a64bd3d0766cad10d54cf12222df88d287ec2d8f2d52de37c79" } }, ] [[packages]] diff --git a/jupyter/rocm/pytorch/ubi9-python-3.12/pyproject.toml b/jupyter/rocm/pytorch/ubi9-python-3.12/pyproject.toml index aa719a4217..729580a29f 100644 --- a/jupyter/rocm/pytorch/ubi9-python-3.12/pyproject.toml +++ b/jupyter/rocm/pytorch/ubi9-python-3.12/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "scipy~=1.16.2", "skl2onnx~=1.19.1", "onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf - "codeflare-sdk~=0.32.1", + "codeflare-sdk~=0.33.0", "kubeflow-training==1.9.3", "feast~=0.56.0", diff --git a/jupyter/rocm/tensorflow/ubi9-python-3.12/pylock.toml b/jupyter/rocm/tensorflow/ubi9-python-3.12/pylock.toml index d050e85b75..7d27251a9b 100644 --- a/jupyter/rocm/tensorflow/ubi9-python-3.12/pylock.toml +++ b/jupyter/rocm/tensorflow/ubi9-python-3.12/pylock.toml @@ -663,10 +663,10 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/93/27/bf74dc1494625c3 [[packages]] name = "codeflare-sdk" -version = "0.32.2" +version = "0.33.0" marker = "implementation_name == 'cpython' and sys_platform == 'linux'" -sdist = { url = "https://files.pythonhosted.org/packages/b3/59/22314bdbd39741cfbaebb9cd225b6036f0c7a5e9a84822f7e756bf415431/codeflare_sdk-0.32.2.tar.gz", upload-time = 2025-11-11T17:12:45Z, size = 152072, hashes = { sha256 = "918434c599effa779601eee8f200879516c39ada289f1a935973f96c947caf0f" } } -wheels = [{ url = "https://files.pythonhosted.org/packages/7e/0a/25a411ad52433d3c56344d391c09ade8316ec735359086323202019c3a34/codeflare_sdk-0.32.2-py3-none-any.whl", upload-time = 2025-11-11T17:12:44Z, size = 220792, hashes = { sha256 = "0b0c2ca34820c3f96246643697b90a95eb7f1b5d5b8a6e2b4e7f41a311f90f65" } }] +sdist = { url = "https://files.pythonhosted.org/packages/1a/e6/27b0e645b5f0fd81171bce6e9ccf1613dd62cc9c2451b977efe44224a0a8/codeflare_sdk-0.33.0.tar.gz", upload-time = 2025-12-08T10:21:46Z, size = 154082, hashes = { sha256 = "a8d0a838b4ec197e91a547b8011425c1b1af8768f8cf2346365adfa24622ed48" } } +wheels = [{ url = "https://files.pythonhosted.org/packages/5c/44/4915baa541355d9247d9fa9239e374e56ff0e665f1e167a8f53dcb40821e/codeflare_sdk-0.33.0-py3-none-any.whl", upload-time = 2025-12-08T10:21:45Z, size = 222827, hashes = { sha256 = "3cd834410053e745ad1afa1edba7577a9ea909690c00b6e724d63f64b83f9ca2" } }] [[packages]] name = "colorama" @@ -3940,33 +3940,24 @@ wheels = [ [[packages]] name = "ray" -version = "2.47.1" +version = "2.52.1" marker = "implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://files.pythonhosted.org/packages/92/fe/2f1fc21b7a321385fe34fd159c27245c06bad795aba7de71f29e7a00e741/ray-2.47.1-cp310-cp310-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:11Z, size = 66145880, hashes = { sha256 = "36a30930e8d265e708df96f37f6f1f5484f4b97090d505912f992e045a69d310" } }, - { url = "https://files.pythonhosted.org/packages/87/4a/60b0ce7dc1ac04e9c48fc398afed557f0f0cb3fd74c07cb71b567a041157/ray-2.47.1-cp310-cp310-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:18Z, size = 68562947, hashes = { sha256 = "7c03a1e366d3a868a55f8c2f728f5ce35ac85ddf093ac81d0c1a35bf1c25c377" } }, - { url = "https://files.pythonhosted.org/packages/2f/a6/bad64e886ef74bbcab7d36b617e41c378088fc4852557005c1e227669697/ray-2.47.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:24Z, size = 67810643, hashes = { sha256 = "6fc7df8657b8df684b77c2d1b643137ad745aa1c12ade34743f06cca79003df0" } }, - { url = "https://files.pythonhosted.org/packages/6d/98/9289f360deb9b3d32cc9170168dff919c2f5192bf87682d5b72050206dca/ray-2.47.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:30Z, size = 68760640, hashes = { sha256 = "84a96b4720175a0000521a48eb7aa915f3b419bb5cd6172d8dee005c3f23b813" } }, - { url = "https://files.pythonhosted.org/packages/b6/6c/80690615b50e5e6f5309d5f0f9fcaaf83170e5240252c0d8bbeedc8dc9bd/ray-2.47.1-cp310-cp310-win_amd64.whl", upload-time = 2025-06-17T22:26:35Z, size = 26231731, hashes = { sha256 = "44900a1a72cb3bfb331db160a8975737c25945a97f376c70e72ccf35adf3b744" } }, - { url = "https://files.pythonhosted.org/packages/82/8c/f763f633a4c80d9ead6c1e9277983c42286a3a83dedccedb15363f3d4c40/ray-2.47.1-cp311-cp311-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:40Z, size = 66106702, hashes = { sha256 = "a640d447e0e6cf63f85b9220c883ec02bb2b8e40a9c1d84efa012795c769ba68" } }, - { url = "https://files.pythonhosted.org/packages/5d/10/05b70d425c46eba22bdd46a77cf7db09328eb9dcbf5952fa32e42c5c28e5/ray-2.47.1-cp311-cp311-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:46Z, size = 68525746, hashes = { sha256 = "feeba1e715cfd8737d3adcd2018d0cdabb7c6084fa4b093e638e6c7d42f3c956" } }, - { url = "https://files.pythonhosted.org/packages/cd/2d/a3fe20b0830ecbe74dac1ae809c265023f713e19a9f6100870d50885f44d/ray-2.47.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:52Z, size = 67906931, hashes = { sha256 = "db5ff652e9035f03c65e1742a706b76519f6e8a6744cc005396053ac8766fc46" } }, - { url = "https://files.pythonhosted.org/packages/5f/2b/d1395192c748b3761a43f2dbd9fa702a56f8e185fc2beee73ba25e801a46/ray-2.47.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:57Z, size = 68851571, hashes = { sha256 = "48961229614b2b56a535be510c8abc76e99a9aa7fa195b5c949bd0c6c69af40a" } }, - { url = "https://files.pythonhosted.org/packages/de/dd/b5dc7d3581e52683259c80014e95074835042ceaf1dea6a400185e0e1947/ray-2.47.1-cp311-cp311-win_amd64.whl", upload-time = 2025-06-17T22:27:03Z, size = 26180204, hashes = { sha256 = "bd1cba64070db06bbf79c0e075cdc4529193e2d0b19564f4f057b4193b29e912" } }, - { url = "https://files.pythonhosted.org/packages/96/d8/833edaf128fb5cdd53818d307bb93df75d943f32ecc5cb0d7b14981265e6/ray-2.47.1-cp312-cp312-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:08Z, size = 66091855, hashes = { sha256 = "322049c4546cf67e5efdad90c371c5508acbb193e5aaaf4038103c6c5ce1f578" } }, - { url = "https://files.pythonhosted.org/packages/ce/fa/23640e58046c91fcc05edd04bd51dd3d6a44cd7b408faf5bb3528a24c13d/ray-2.47.1-cp312-cp312-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:15Z, size = 68512697, hashes = { sha256 = "e6d9c78e53ac89cabbc4056aecfec53c506c692e3132af9dae941d6180ef462f" } }, - { url = "https://files.pythonhosted.org/packages/c5/32/6abf17053eb0ae720a2981a17e6b22797cc655782b603a707052b47f64eb/ray-2.47.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:21Z, size = 67918881, hashes = { sha256 = "cd4e7eb475487364b5209963b17cefedcb7fbd3a816fdb6def7ea533ebd72424" } }, - { url = "https://files.pythonhosted.org/packages/5c/31/4545d03ed68eedf42b52e2a8705a584361e262640e145d6ab219ae33969c/ray-2.47.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:27Z, size = 68888167, hashes = { sha256 = "3eaeaeec3bbe2ca6493e530c30473d84b8580a7ac3256bb9183d8c63def5a92f" } }, - { url = "https://files.pythonhosted.org/packages/94/f6/ed91383e0057ad9e3d9c45212a0c7edc5a9d24a2e46da0d55c8233df868c/ray-2.47.1-cp312-cp312-win_amd64.whl", upload-time = 2025-06-17T22:27:33Z, size = 26164455, hashes = { sha256 = "601f23ba89918b7b3ffebf967328f7bdb605deaf8c103aad7820dc2722fe450c" } }, - { url = "https://files.pythonhosted.org/packages/7b/85/4dbf9a126f080a1114ec7738d9274759c256ff2a1c21662b09123311bbf0/ray-2.47.1-cp313-cp313-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:38Z, size = 66082130, hashes = { sha256 = "8cd625d469ce15391e5f1f44ddf8dd30b2380f917603fa0172661229acb0011f" } }, - { url = "https://files.pythonhosted.org/packages/5a/8e/e893176ca3c02a310bb962b287436508f5b61fd179a7283f37610c0e0087/ray-2.47.1-cp313-cp313-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:44Z, size = 68507369, hashes = { sha256 = "e578929f58b3f0c59c7544a96d864e26278238b755d13cd19ae798070c848e57" } }, - { url = "https://files.pythonhosted.org/packages/0c/97/f36e8a19885d930ab0dbcb0b7b6706e630412336b08fa3312bcaaad818b7/ray-2.47.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:51Z, size = 67875541, hashes = { sha256 = "d6ed6d182e25d6f77179dc77bc97a749c81765b13cb671a46db3203029389663" } }, - { url = "https://files.pythonhosted.org/packages/52/60/83430886d17526f4757e298b77268533afeedc74ed934f911d522f191ef2/ray-2.47.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:57Z, size = 68848558, hashes = { sha256 = "252a471e8afb918b105cdbffb4cbebb0143baad75a06c8ffcde27ac317579ccb" } }, - { url = "https://files.pythonhosted.org/packages/cf/84/055a43a9157869912b7455afbf83a7f01795def134655f82e681496378ed/ray-2.47.1-cp39-cp39-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:28:03Z, size = 66149938, hashes = { sha256 = "c21720f283a3df360ddec002a592ddfbaf520faf4cb1b86562a7b7c196ad96a0" } }, - { url = "https://files.pythonhosted.org/packages/98/5c/08e162bf1d83709d4bb3d7cffdd12763f6f62605c5c2ad7f3b071a66353e/ray-2.47.1-cp39-cp39-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:28:09Z, size = 68568408, hashes = { sha256 = "6c7b4abe112c4d698243e30023bcbffe2c2c9a68416b95a6a0d50f9ca5725545" } }, - { url = "https://files.pythonhosted.org/packages/9b/0f/cec17486997fae42b00a6e82f007514635a556d32217a38204ed4a3a9530/ray-2.47.1-cp39-cp39-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:28:15Z, size = 67814246, hashes = { sha256 = "21f2689c1bbc688f9cd31a18bae2c9582027e91b508073849441167bb5077816" } }, - { url = "https://files.pythonhosted.org/packages/b2/f1/734d5fd9835610c7d00ec5bbfb232a8bb4d560d0030d85f749c0eb0ee0f2/ray-2.47.1-cp39-cp39-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:28:22Z, size = 68763833, hashes = { sha256 = "106817f80087d21d24e63f6e56ea5ab7c387a25105eb65e6b783551f569534ea" } }, - { url = "https://files.pythonhosted.org/packages/20/1d/64e6d6751b11668a634c7983dffc7a739487de4544110a6cacdf33c1da64/ray-2.47.1-cp39-cp39-win_amd64.whl", upload-time = 2025-06-17T22:28:27Z, size = 26234907, hashes = { sha256 = "dee02ba9b8cd45c4eadc457183f6d80f1701b85f966d02cdacd5b11867cb7375" } }, + { url = "https://files.pythonhosted.org/packages/d0/19/7882c5918d3af848543ad1000b7da22db0f65fa20da8d371272ee24d41ba/ray-2.52.1-cp310-cp310-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:03Z, size = 69385176, hashes = { sha256 = "993194a8be70540e0f819862031bbf19a64401fbe6c31b42065fd313ba466d34" } }, + { url = "https://files.pythonhosted.org/packages/43/e4/e42cc912a657211eca9eb0befe71ffc4b6a209d561e9eaed246255c05c4d/ray-2.52.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:09Z, size = 71253481, hashes = { sha256 = "65bf461fdfe4ffa667c46f9455f8740b2ad6c1fa471b461d5f5cf6b7baf177b5" } }, + { url = "https://files.pythonhosted.org/packages/ee/3e/f180102b73157592ab48a160711771728bbbdc77f6a0510a6a7a2ca18818/ray-2.52.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:15Z, size = 72083695, hashes = { sha256 = "b3f9e61b799fb3cc8fd7077a3d2eb676ddfef7db644f6b6a2b657c5c3214cf19" } }, + { url = "https://files.pythonhosted.org/packages/f3/b4/f6109cb80f8c3057fb5361d0c76249856cda0872ef36220d9b7f600f1253/ray-2.52.1-cp310-cp310-win_amd64.whl", upload-time = 2025-11-28T02:22:19Z, size = 27169182, hashes = { sha256 = "24694e60cdc7770b90f123cc578cabb9d1a231c1fe673b5da0027b118de45846" } }, + { url = "https://files.pythonhosted.org/packages/8c/64/688d72f53f7adf582913a1bba95ab9fc3232a144057aec6b6f62cc1c76b4/ray-2.52.1-cp311-cp311-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:24Z, size = 69389239, hashes = { sha256 = "f59e3b2d1a1466ac0778f2c6fac9ccb5f30107d77e3dddd1d60167248d268474" } }, + { url = "https://files.pythonhosted.org/packages/0b/c6/ae42db4bc9efd221643abad28d0fcdeecc31d49728f07eb27d2b1e4fcebc/ray-2.52.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:30Z, size = 71373439, hashes = { sha256 = "2b57ef272a2a0a0dbae6d18d70aa541eab620b4fe3b44d50466d3a533c16f9d9" } }, + { url = "https://files.pythonhosted.org/packages/40/5e/b000aa0e8189b37a8f2dfb4f589bb78105e9c451ad75424d4e67f03c5c79/ray-2.52.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:35Z, size = 72201688, hashes = { sha256 = "a5a3c268d45060c50cd029979ecc5f1eaaec040b19fa88dd4fe9e927d19ff13e" } }, + { url = "https://files.pythonhosted.org/packages/fc/5f/0b2e7bf4e1e80c83aaba789de81f346b6fd5f014223873e22f94e2e1c5d4/ray-2.52.1-cp311-cp311-win_amd64.whl", upload-time = 2025-11-28T02:22:40Z, size = 27163246, hashes = { sha256 = "4e8478544fef69a17d865431c0bebdcfeff7c0f76a306f29b73c3bc3cbb0bdb9" } }, + { url = "https://files.pythonhosted.org/packages/5c/c5/d5c3b6e28dee2bb6f9029dfcb950f41c2e682b1bf4cdbbbe42bde66f2ea8/ray-2.52.1-cp312-cp312-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:45Z, size = 69374499, hashes = { sha256 = "6831592fedf0a122016f5dab4b67d85fa3d4db3b21f588d18834b5c031396d1c" } }, + { url = "https://files.pythonhosted.org/packages/63/9f/a019b66f1d716cfed89edfa6c597c9bffe4eab559042a8495a9c2b2c82ab/ray-2.52.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:51Z, size = 71412116, hashes = { sha256 = "08eb8f5fd55292ba6bee363a32491136a5e54af54e007f81e0603986fbea41a4" } }, + { url = "https://files.pythonhosted.org/packages/d7/a5/eaea6f080953dfe1506c4d7b7e16a46536b6ebc9f39703683e0c94e115e0/ray-2.52.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:56Z, size = 72267230, hashes = { sha256 = "843c0108ad72bb7fc6c23a22e29e6099546a5eaad3ad675c78a146d9080f6ec6" } }, + { url = "https://files.pythonhosted.org/packages/eb/69/d6cabdd6f3651f380a0cdf90d97b71ec266d6ba06fd2e649e8c878ab08ce/ray-2.52.1-cp312-cp312-win_amd64.whl", upload-time = 2025-11-28T02:23:01Z, size = 27144021, hashes = { sha256 = "8045172ad3fcff62b9dab9a4cd2e0991ad0e27fc814fe625a8d3a120306651d6" } }, + { url = "https://files.pythonhosted.org/packages/b3/8a/d802270d2871cb3a18cb470f4645eb5cef0deaeda9a4c0d1ac280f2a7424/ray-2.52.1-cp313-cp313-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:23:06Z, size = 69321286, hashes = { sha256 = "b5bc29548abb0a0a7ae9e6ff3b0ccca2824edaf011a4336e15a32793d574fbfd" } }, + { url = "https://files.pythonhosted.org/packages/7c/35/5f354584dfbc38e0851f9284f905798060d7fca98c9e9da42838296515b7/ray-2.52.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:23:11Z, size = 71319629, hashes = { sha256 = "e3826aeb4e4399de0c6885bd8be7ce2f629fa0010f0013f1183e0726b3d25e40" } }, + { url = "https://files.pythonhosted.org/packages/a0/a0/b5e0099e1b1b3dc2e4c6c78a6630fd97ed2706cd47daba4d7872897cfe86/ray-2.52.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:23:17Z, size = 72181309, hashes = { sha256 = "bbe492c780a39a64bd3d0766cad10d54cf12222df88d287ec2d8f2d52de37c79" } }, ] [[packages]] diff --git a/jupyter/rocm/tensorflow/ubi9-python-3.12/pyproject.toml b/jupyter/rocm/tensorflow/ubi9-python-3.12/pyproject.toml index ce072078d6..99b36bf637 100644 --- a/jupyter/rocm/tensorflow/ubi9-python-3.12/pyproject.toml +++ b/jupyter/rocm/tensorflow/ubi9-python-3.12/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "scipy~=1.16.2", "skl2onnx~=1.19.1", "onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf - "codeflare-sdk~=0.32.1", + "codeflare-sdk~=0.33.0", "kubeflow-training==1.9.3", # DB connectors diff --git a/jupyter/tensorflow/ubi9-python-3.12/pylock.toml b/jupyter/tensorflow/ubi9-python-3.12/pylock.toml index 7a145b0a86..0b0dab2943 100644 --- a/jupyter/tensorflow/ubi9-python-3.12/pylock.toml +++ b/jupyter/tensorflow/ubi9-python-3.12/pylock.toml @@ -684,10 +684,10 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/88/39/799be3f2f0f38cc [[packages]] name = "codeflare-sdk" -version = "0.32.2" +version = "0.33.0" marker = "implementation_name == 'cpython' and sys_platform == 'linux'" -sdist = { url = "https://files.pythonhosted.org/packages/b3/59/22314bdbd39741cfbaebb9cd225b6036f0c7a5e9a84822f7e756bf415431/codeflare_sdk-0.32.2.tar.gz", upload-time = 2025-11-11T17:12:45Z, size = 152072, hashes = { sha256 = "918434c599effa779601eee8f200879516c39ada289f1a935973f96c947caf0f" } } -wheels = [{ url = "https://files.pythonhosted.org/packages/7e/0a/25a411ad52433d3c56344d391c09ade8316ec735359086323202019c3a34/codeflare_sdk-0.32.2-py3-none-any.whl", upload-time = 2025-11-11T17:12:44Z, size = 220792, hashes = { sha256 = "0b0c2ca34820c3f96246643697b90a95eb7f1b5d5b8a6e2b4e7f41a311f90f65" } }] +sdist = { url = "https://files.pythonhosted.org/packages/1a/e6/27b0e645b5f0fd81171bce6e9ccf1613dd62cc9c2451b977efe44224a0a8/codeflare_sdk-0.33.0.tar.gz", upload-time = 2025-12-08T10:21:46Z, size = 154082, hashes = { sha256 = "a8d0a838b4ec197e91a547b8011425c1b1af8768f8cf2346365adfa24622ed48" } } +wheels = [{ url = "https://files.pythonhosted.org/packages/5c/44/4915baa541355d9247d9fa9239e374e56ff0e665f1e167a8f53dcb40821e/codeflare_sdk-0.33.0-py3-none-any.whl", upload-time = 2025-12-08T10:21:45Z, size = 222827, hashes = { sha256 = "3cd834410053e745ad1afa1edba7577a9ea909690c00b6e724d63f64b83f9ca2" } }] [[packages]] name = "colorama" @@ -4488,33 +4488,24 @@ wheels = [ [[packages]] name = "ray" -version = "2.47.1" +version = "2.52.1" marker = "implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://files.pythonhosted.org/packages/92/fe/2f1fc21b7a321385fe34fd159c27245c06bad795aba7de71f29e7a00e741/ray-2.47.1-cp310-cp310-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:11Z, size = 66145880, hashes = { sha256 = "36a30930e8d265e708df96f37f6f1f5484f4b97090d505912f992e045a69d310" } }, - { url = "https://files.pythonhosted.org/packages/87/4a/60b0ce7dc1ac04e9c48fc398afed557f0f0cb3fd74c07cb71b567a041157/ray-2.47.1-cp310-cp310-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:18Z, size = 68562947, hashes = { sha256 = "7c03a1e366d3a868a55f8c2f728f5ce35ac85ddf093ac81d0c1a35bf1c25c377" } }, - { url = "https://files.pythonhosted.org/packages/2f/a6/bad64e886ef74bbcab7d36b617e41c378088fc4852557005c1e227669697/ray-2.47.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:24Z, size = 67810643, hashes = { sha256 = "6fc7df8657b8df684b77c2d1b643137ad745aa1c12ade34743f06cca79003df0" } }, - { url = "https://files.pythonhosted.org/packages/6d/98/9289f360deb9b3d32cc9170168dff919c2f5192bf87682d5b72050206dca/ray-2.47.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:30Z, size = 68760640, hashes = { sha256 = "84a96b4720175a0000521a48eb7aa915f3b419bb5cd6172d8dee005c3f23b813" } }, - { url = "https://files.pythonhosted.org/packages/b6/6c/80690615b50e5e6f5309d5f0f9fcaaf83170e5240252c0d8bbeedc8dc9bd/ray-2.47.1-cp310-cp310-win_amd64.whl", upload-time = 2025-06-17T22:26:35Z, size = 26231731, hashes = { sha256 = "44900a1a72cb3bfb331db160a8975737c25945a97f376c70e72ccf35adf3b744" } }, - { url = "https://files.pythonhosted.org/packages/82/8c/f763f633a4c80d9ead6c1e9277983c42286a3a83dedccedb15363f3d4c40/ray-2.47.1-cp311-cp311-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:40Z, size = 66106702, hashes = { sha256 = "a640d447e0e6cf63f85b9220c883ec02bb2b8e40a9c1d84efa012795c769ba68" } }, - { url = "https://files.pythonhosted.org/packages/5d/10/05b70d425c46eba22bdd46a77cf7db09328eb9dcbf5952fa32e42c5c28e5/ray-2.47.1-cp311-cp311-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:46Z, size = 68525746, hashes = { sha256 = "feeba1e715cfd8737d3adcd2018d0cdabb7c6084fa4b093e638e6c7d42f3c956" } }, - { url = "https://files.pythonhosted.org/packages/cd/2d/a3fe20b0830ecbe74dac1ae809c265023f713e19a9f6100870d50885f44d/ray-2.47.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:52Z, size = 67906931, hashes = { sha256 = "db5ff652e9035f03c65e1742a706b76519f6e8a6744cc005396053ac8766fc46" } }, - { url = "https://files.pythonhosted.org/packages/5f/2b/d1395192c748b3761a43f2dbd9fa702a56f8e185fc2beee73ba25e801a46/ray-2.47.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:57Z, size = 68851571, hashes = { sha256 = "48961229614b2b56a535be510c8abc76e99a9aa7fa195b5c949bd0c6c69af40a" } }, - { url = "https://files.pythonhosted.org/packages/de/dd/b5dc7d3581e52683259c80014e95074835042ceaf1dea6a400185e0e1947/ray-2.47.1-cp311-cp311-win_amd64.whl", upload-time = 2025-06-17T22:27:03Z, size = 26180204, hashes = { sha256 = "bd1cba64070db06bbf79c0e075cdc4529193e2d0b19564f4f057b4193b29e912" } }, - { url = "https://files.pythonhosted.org/packages/96/d8/833edaf128fb5cdd53818d307bb93df75d943f32ecc5cb0d7b14981265e6/ray-2.47.1-cp312-cp312-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:08Z, size = 66091855, hashes = { sha256 = "322049c4546cf67e5efdad90c371c5508acbb193e5aaaf4038103c6c5ce1f578" } }, - { url = "https://files.pythonhosted.org/packages/ce/fa/23640e58046c91fcc05edd04bd51dd3d6a44cd7b408faf5bb3528a24c13d/ray-2.47.1-cp312-cp312-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:15Z, size = 68512697, hashes = { sha256 = "e6d9c78e53ac89cabbc4056aecfec53c506c692e3132af9dae941d6180ef462f" } }, - { url = "https://files.pythonhosted.org/packages/c5/32/6abf17053eb0ae720a2981a17e6b22797cc655782b603a707052b47f64eb/ray-2.47.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:21Z, size = 67918881, hashes = { sha256 = "cd4e7eb475487364b5209963b17cefedcb7fbd3a816fdb6def7ea533ebd72424" } }, - { url = "https://files.pythonhosted.org/packages/5c/31/4545d03ed68eedf42b52e2a8705a584361e262640e145d6ab219ae33969c/ray-2.47.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:27Z, size = 68888167, hashes = { sha256 = "3eaeaeec3bbe2ca6493e530c30473d84b8580a7ac3256bb9183d8c63def5a92f" } }, - { url = "https://files.pythonhosted.org/packages/94/f6/ed91383e0057ad9e3d9c45212a0c7edc5a9d24a2e46da0d55c8233df868c/ray-2.47.1-cp312-cp312-win_amd64.whl", upload-time = 2025-06-17T22:27:33Z, size = 26164455, hashes = { sha256 = "601f23ba89918b7b3ffebf967328f7bdb605deaf8c103aad7820dc2722fe450c" } }, - { url = "https://files.pythonhosted.org/packages/7b/85/4dbf9a126f080a1114ec7738d9274759c256ff2a1c21662b09123311bbf0/ray-2.47.1-cp313-cp313-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:38Z, size = 66082130, hashes = { sha256 = "8cd625d469ce15391e5f1f44ddf8dd30b2380f917603fa0172661229acb0011f" } }, - { url = "https://files.pythonhosted.org/packages/5a/8e/e893176ca3c02a310bb962b287436508f5b61fd179a7283f37610c0e0087/ray-2.47.1-cp313-cp313-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:44Z, size = 68507369, hashes = { sha256 = "e578929f58b3f0c59c7544a96d864e26278238b755d13cd19ae798070c848e57" } }, - { url = "https://files.pythonhosted.org/packages/0c/97/f36e8a19885d930ab0dbcb0b7b6706e630412336b08fa3312bcaaad818b7/ray-2.47.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:51Z, size = 67875541, hashes = { sha256 = "d6ed6d182e25d6f77179dc77bc97a749c81765b13cb671a46db3203029389663" } }, - { url = "https://files.pythonhosted.org/packages/52/60/83430886d17526f4757e298b77268533afeedc74ed934f911d522f191ef2/ray-2.47.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:57Z, size = 68848558, hashes = { sha256 = "252a471e8afb918b105cdbffb4cbebb0143baad75a06c8ffcde27ac317579ccb" } }, - { url = "https://files.pythonhosted.org/packages/cf/84/055a43a9157869912b7455afbf83a7f01795def134655f82e681496378ed/ray-2.47.1-cp39-cp39-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:28:03Z, size = 66149938, hashes = { sha256 = "c21720f283a3df360ddec002a592ddfbaf520faf4cb1b86562a7b7c196ad96a0" } }, - { url = "https://files.pythonhosted.org/packages/98/5c/08e162bf1d83709d4bb3d7cffdd12763f6f62605c5c2ad7f3b071a66353e/ray-2.47.1-cp39-cp39-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:28:09Z, size = 68568408, hashes = { sha256 = "6c7b4abe112c4d698243e30023bcbffe2c2c9a68416b95a6a0d50f9ca5725545" } }, - { url = "https://files.pythonhosted.org/packages/9b/0f/cec17486997fae42b00a6e82f007514635a556d32217a38204ed4a3a9530/ray-2.47.1-cp39-cp39-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:28:15Z, size = 67814246, hashes = { sha256 = "21f2689c1bbc688f9cd31a18bae2c9582027e91b508073849441167bb5077816" } }, - { url = "https://files.pythonhosted.org/packages/b2/f1/734d5fd9835610c7d00ec5bbfb232a8bb4d560d0030d85f749c0eb0ee0f2/ray-2.47.1-cp39-cp39-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:28:22Z, size = 68763833, hashes = { sha256 = "106817f80087d21d24e63f6e56ea5ab7c387a25105eb65e6b783551f569534ea" } }, - { url = "https://files.pythonhosted.org/packages/20/1d/64e6d6751b11668a634c7983dffc7a739487de4544110a6cacdf33c1da64/ray-2.47.1-cp39-cp39-win_amd64.whl", upload-time = 2025-06-17T22:28:27Z, size = 26234907, hashes = { sha256 = "dee02ba9b8cd45c4eadc457183f6d80f1701b85f966d02cdacd5b11867cb7375" } }, + { url = "https://files.pythonhosted.org/packages/d0/19/7882c5918d3af848543ad1000b7da22db0f65fa20da8d371272ee24d41ba/ray-2.52.1-cp310-cp310-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:03Z, size = 69385176, hashes = { sha256 = "993194a8be70540e0f819862031bbf19a64401fbe6c31b42065fd313ba466d34" } }, + { url = "https://files.pythonhosted.org/packages/43/e4/e42cc912a657211eca9eb0befe71ffc4b6a209d561e9eaed246255c05c4d/ray-2.52.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:09Z, size = 71253481, hashes = { sha256 = "65bf461fdfe4ffa667c46f9455f8740b2ad6c1fa471b461d5f5cf6b7baf177b5" } }, + { url = "https://files.pythonhosted.org/packages/ee/3e/f180102b73157592ab48a160711771728bbbdc77f6a0510a6a7a2ca18818/ray-2.52.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:15Z, size = 72083695, hashes = { sha256 = "b3f9e61b799fb3cc8fd7077a3d2eb676ddfef7db644f6b6a2b657c5c3214cf19" } }, + { url = "https://files.pythonhosted.org/packages/f3/b4/f6109cb80f8c3057fb5361d0c76249856cda0872ef36220d9b7f600f1253/ray-2.52.1-cp310-cp310-win_amd64.whl", upload-time = 2025-11-28T02:22:19Z, size = 27169182, hashes = { sha256 = "24694e60cdc7770b90f123cc578cabb9d1a231c1fe673b5da0027b118de45846" } }, + { url = "https://files.pythonhosted.org/packages/8c/64/688d72f53f7adf582913a1bba95ab9fc3232a144057aec6b6f62cc1c76b4/ray-2.52.1-cp311-cp311-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:24Z, size = 69389239, hashes = { sha256 = "f59e3b2d1a1466ac0778f2c6fac9ccb5f30107d77e3dddd1d60167248d268474" } }, + { url = "https://files.pythonhosted.org/packages/0b/c6/ae42db4bc9efd221643abad28d0fcdeecc31d49728f07eb27d2b1e4fcebc/ray-2.52.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:30Z, size = 71373439, hashes = { sha256 = "2b57ef272a2a0a0dbae6d18d70aa541eab620b4fe3b44d50466d3a533c16f9d9" } }, + { url = "https://files.pythonhosted.org/packages/40/5e/b000aa0e8189b37a8f2dfb4f589bb78105e9c451ad75424d4e67f03c5c79/ray-2.52.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:35Z, size = 72201688, hashes = { sha256 = "a5a3c268d45060c50cd029979ecc5f1eaaec040b19fa88dd4fe9e927d19ff13e" } }, + { url = "https://files.pythonhosted.org/packages/fc/5f/0b2e7bf4e1e80c83aaba789de81f346b6fd5f014223873e22f94e2e1c5d4/ray-2.52.1-cp311-cp311-win_amd64.whl", upload-time = 2025-11-28T02:22:40Z, size = 27163246, hashes = { sha256 = "4e8478544fef69a17d865431c0bebdcfeff7c0f76a306f29b73c3bc3cbb0bdb9" } }, + { url = "https://files.pythonhosted.org/packages/5c/c5/d5c3b6e28dee2bb6f9029dfcb950f41c2e682b1bf4cdbbbe42bde66f2ea8/ray-2.52.1-cp312-cp312-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:45Z, size = 69374499, hashes = { sha256 = "6831592fedf0a122016f5dab4b67d85fa3d4db3b21f588d18834b5c031396d1c" } }, + { url = "https://files.pythonhosted.org/packages/63/9f/a019b66f1d716cfed89edfa6c597c9bffe4eab559042a8495a9c2b2c82ab/ray-2.52.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:51Z, size = 71412116, hashes = { sha256 = "08eb8f5fd55292ba6bee363a32491136a5e54af54e007f81e0603986fbea41a4" } }, + { url = "https://files.pythonhosted.org/packages/d7/a5/eaea6f080953dfe1506c4d7b7e16a46536b6ebc9f39703683e0c94e115e0/ray-2.52.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:56Z, size = 72267230, hashes = { sha256 = "843c0108ad72bb7fc6c23a22e29e6099546a5eaad3ad675c78a146d9080f6ec6" } }, + { url = "https://files.pythonhosted.org/packages/eb/69/d6cabdd6f3651f380a0cdf90d97b71ec266d6ba06fd2e649e8c878ab08ce/ray-2.52.1-cp312-cp312-win_amd64.whl", upload-time = 2025-11-28T02:23:01Z, size = 27144021, hashes = { sha256 = "8045172ad3fcff62b9dab9a4cd2e0991ad0e27fc814fe625a8d3a120306651d6" } }, + { url = "https://files.pythonhosted.org/packages/b3/8a/d802270d2871cb3a18cb470f4645eb5cef0deaeda9a4c0d1ac280f2a7424/ray-2.52.1-cp313-cp313-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:23:06Z, size = 69321286, hashes = { sha256 = "b5bc29548abb0a0a7ae9e6ff3b0ccca2824edaf011a4336e15a32793d574fbfd" } }, + { url = "https://files.pythonhosted.org/packages/7c/35/5f354584dfbc38e0851f9284f905798060d7fca98c9e9da42838296515b7/ray-2.52.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:23:11Z, size = 71319629, hashes = { sha256 = "e3826aeb4e4399de0c6885bd8be7ce2f629fa0010f0013f1183e0726b3d25e40" } }, + { url = "https://files.pythonhosted.org/packages/a0/a0/b5e0099e1b1b3dc2e4c6c78a6630fd97ed2706cd47daba4d7872897cfe86/ray-2.52.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:23:17Z, size = 72181309, hashes = { sha256 = "bbe492c780a39a64bd3d0766cad10d54cf12222df88d287ec2d8f2d52de37c79" } }, ] [[packages]] diff --git a/jupyter/tensorflow/ubi9-python-3.12/pyproject.toml b/jupyter/tensorflow/ubi9-python-3.12/pyproject.toml index 9330fd2b7b..e9b72cad66 100644 --- a/jupyter/tensorflow/ubi9-python-3.12/pyproject.toml +++ b/jupyter/tensorflow/ubi9-python-3.12/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "scipy~=1.16.2", "skl2onnx~=1.19.1", "onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf - "codeflare-sdk~=0.32.1", + "codeflare-sdk~=0.33.0", "feast~=0.56.0", # DB connectors diff --git a/jupyter/trustyai/ubi9-python-3.12/pylock.toml b/jupyter/trustyai/ubi9-python-3.12/pylock.toml index 3dd1749518..28729f568b 100644 --- a/jupyter/trustyai/ubi9-python-3.12/pylock.toml +++ b/jupyter/trustyai/ubi9-python-3.12/pylock.toml @@ -656,10 +656,10 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/93/27/bf74dc1494625c3 [[packages]] name = "codeflare-sdk" -version = "0.32.2" +version = "0.33.0" marker = "implementation_name == 'cpython' and platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'" -sdist = { url = "https://files.pythonhosted.org/packages/b3/59/22314bdbd39741cfbaebb9cd225b6036f0c7a5e9a84822f7e756bf415431/codeflare_sdk-0.32.2.tar.gz", upload-time = 2025-11-11T17:12:45Z, size = 152072, hashes = { sha256 = "918434c599effa779601eee8f200879516c39ada289f1a935973f96c947caf0f" } } -wheels = [{ url = "https://files.pythonhosted.org/packages/7e/0a/25a411ad52433d3c56344d391c09ade8316ec735359086323202019c3a34/codeflare_sdk-0.32.2-py3-none-any.whl", upload-time = 2025-11-11T17:12:44Z, size = 220792, hashes = { sha256 = "0b0c2ca34820c3f96246643697b90a95eb7f1b5d5b8a6e2b4e7f41a311f90f65" } }] +sdist = { url = "https://files.pythonhosted.org/packages/1a/e6/27b0e645b5f0fd81171bce6e9ccf1613dd62cc9c2451b977efe44224a0a8/codeflare_sdk-0.33.0.tar.gz", upload-time = 2025-12-08T10:21:46Z, size = 154082, hashes = { sha256 = "a8d0a838b4ec197e91a547b8011425c1b1af8768f8cf2346365adfa24622ed48" } } +wheels = [{ url = "https://files.pythonhosted.org/packages/5c/44/4915baa541355d9247d9fa9239e374e56ff0e665f1e167a8f53dcb40821e/codeflare_sdk-0.33.0-py3-none-any.whl", upload-time = 2025-12-08T10:21:45Z, size = 222827, hashes = { sha256 = "3cd834410053e745ad1afa1edba7577a9ea909690c00b6e724d63f64b83f9ca2" } }] [[packages]] name = "colorama" @@ -3928,33 +3928,24 @@ wheels = [ [[packages]] name = "ray" -version = "2.47.1" +version = "2.52.1" marker = "implementation_name == 'cpython' and platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'" wheels = [ - { url = "https://files.pythonhosted.org/packages/92/fe/2f1fc21b7a321385fe34fd159c27245c06bad795aba7de71f29e7a00e741/ray-2.47.1-cp310-cp310-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:11Z, size = 66145880, hashes = { sha256 = "36a30930e8d265e708df96f37f6f1f5484f4b97090d505912f992e045a69d310" } }, - { url = "https://files.pythonhosted.org/packages/87/4a/60b0ce7dc1ac04e9c48fc398afed557f0f0cb3fd74c07cb71b567a041157/ray-2.47.1-cp310-cp310-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:18Z, size = 68562947, hashes = { sha256 = "7c03a1e366d3a868a55f8c2f728f5ce35ac85ddf093ac81d0c1a35bf1c25c377" } }, - { url = "https://files.pythonhosted.org/packages/2f/a6/bad64e886ef74bbcab7d36b617e41c378088fc4852557005c1e227669697/ray-2.47.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:24Z, size = 67810643, hashes = { sha256 = "6fc7df8657b8df684b77c2d1b643137ad745aa1c12ade34743f06cca79003df0" } }, - { url = "https://files.pythonhosted.org/packages/6d/98/9289f360deb9b3d32cc9170168dff919c2f5192bf87682d5b72050206dca/ray-2.47.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:30Z, size = 68760640, hashes = { sha256 = "84a96b4720175a0000521a48eb7aa915f3b419bb5cd6172d8dee005c3f23b813" } }, - { url = "https://files.pythonhosted.org/packages/b6/6c/80690615b50e5e6f5309d5f0f9fcaaf83170e5240252c0d8bbeedc8dc9bd/ray-2.47.1-cp310-cp310-win_amd64.whl", upload-time = 2025-06-17T22:26:35Z, size = 26231731, hashes = { sha256 = "44900a1a72cb3bfb331db160a8975737c25945a97f376c70e72ccf35adf3b744" } }, - { url = "https://files.pythonhosted.org/packages/82/8c/f763f633a4c80d9ead6c1e9277983c42286a3a83dedccedb15363f3d4c40/ray-2.47.1-cp311-cp311-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:40Z, size = 66106702, hashes = { sha256 = "a640d447e0e6cf63f85b9220c883ec02bb2b8e40a9c1d84efa012795c769ba68" } }, - { url = "https://files.pythonhosted.org/packages/5d/10/05b70d425c46eba22bdd46a77cf7db09328eb9dcbf5952fa32e42c5c28e5/ray-2.47.1-cp311-cp311-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:46Z, size = 68525746, hashes = { sha256 = "feeba1e715cfd8737d3adcd2018d0cdabb7c6084fa4b093e638e6c7d42f3c956" } }, - { url = "https://files.pythonhosted.org/packages/cd/2d/a3fe20b0830ecbe74dac1ae809c265023f713e19a9f6100870d50885f44d/ray-2.47.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:52Z, size = 67906931, hashes = { sha256 = "db5ff652e9035f03c65e1742a706b76519f6e8a6744cc005396053ac8766fc46" } }, - { url = "https://files.pythonhosted.org/packages/5f/2b/d1395192c748b3761a43f2dbd9fa702a56f8e185fc2beee73ba25e801a46/ray-2.47.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:57Z, size = 68851571, hashes = { sha256 = "48961229614b2b56a535be510c8abc76e99a9aa7fa195b5c949bd0c6c69af40a" } }, - { url = "https://files.pythonhosted.org/packages/de/dd/b5dc7d3581e52683259c80014e95074835042ceaf1dea6a400185e0e1947/ray-2.47.1-cp311-cp311-win_amd64.whl", upload-time = 2025-06-17T22:27:03Z, size = 26180204, hashes = { sha256 = "bd1cba64070db06bbf79c0e075cdc4529193e2d0b19564f4f057b4193b29e912" } }, - { url = "https://files.pythonhosted.org/packages/96/d8/833edaf128fb5cdd53818d307bb93df75d943f32ecc5cb0d7b14981265e6/ray-2.47.1-cp312-cp312-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:08Z, size = 66091855, hashes = { sha256 = "322049c4546cf67e5efdad90c371c5508acbb193e5aaaf4038103c6c5ce1f578" } }, - { url = "https://files.pythonhosted.org/packages/ce/fa/23640e58046c91fcc05edd04bd51dd3d6a44cd7b408faf5bb3528a24c13d/ray-2.47.1-cp312-cp312-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:15Z, size = 68512697, hashes = { sha256 = "e6d9c78e53ac89cabbc4056aecfec53c506c692e3132af9dae941d6180ef462f" } }, - { url = "https://files.pythonhosted.org/packages/c5/32/6abf17053eb0ae720a2981a17e6b22797cc655782b603a707052b47f64eb/ray-2.47.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:21Z, size = 67918881, hashes = { sha256 = "cd4e7eb475487364b5209963b17cefedcb7fbd3a816fdb6def7ea533ebd72424" } }, - { url = "https://files.pythonhosted.org/packages/5c/31/4545d03ed68eedf42b52e2a8705a584361e262640e145d6ab219ae33969c/ray-2.47.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:27Z, size = 68888167, hashes = { sha256 = "3eaeaeec3bbe2ca6493e530c30473d84b8580a7ac3256bb9183d8c63def5a92f" } }, - { url = "https://files.pythonhosted.org/packages/94/f6/ed91383e0057ad9e3d9c45212a0c7edc5a9d24a2e46da0d55c8233df868c/ray-2.47.1-cp312-cp312-win_amd64.whl", upload-time = 2025-06-17T22:27:33Z, size = 26164455, hashes = { sha256 = "601f23ba89918b7b3ffebf967328f7bdb605deaf8c103aad7820dc2722fe450c" } }, - { url = "https://files.pythonhosted.org/packages/7b/85/4dbf9a126f080a1114ec7738d9274759c256ff2a1c21662b09123311bbf0/ray-2.47.1-cp313-cp313-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:38Z, size = 66082130, hashes = { sha256 = "8cd625d469ce15391e5f1f44ddf8dd30b2380f917603fa0172661229acb0011f" } }, - { url = "https://files.pythonhosted.org/packages/5a/8e/e893176ca3c02a310bb962b287436508f5b61fd179a7283f37610c0e0087/ray-2.47.1-cp313-cp313-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:44Z, size = 68507369, hashes = { sha256 = "e578929f58b3f0c59c7544a96d864e26278238b755d13cd19ae798070c848e57" } }, - { url = "https://files.pythonhosted.org/packages/0c/97/f36e8a19885d930ab0dbcb0b7b6706e630412336b08fa3312bcaaad818b7/ray-2.47.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:51Z, size = 67875541, hashes = { sha256 = "d6ed6d182e25d6f77179dc77bc97a749c81765b13cb671a46db3203029389663" } }, - { url = "https://files.pythonhosted.org/packages/52/60/83430886d17526f4757e298b77268533afeedc74ed934f911d522f191ef2/ray-2.47.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:57Z, size = 68848558, hashes = { sha256 = "252a471e8afb918b105cdbffb4cbebb0143baad75a06c8ffcde27ac317579ccb" } }, - { url = "https://files.pythonhosted.org/packages/cf/84/055a43a9157869912b7455afbf83a7f01795def134655f82e681496378ed/ray-2.47.1-cp39-cp39-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:28:03Z, size = 66149938, hashes = { sha256 = "c21720f283a3df360ddec002a592ddfbaf520faf4cb1b86562a7b7c196ad96a0" } }, - { url = "https://files.pythonhosted.org/packages/98/5c/08e162bf1d83709d4bb3d7cffdd12763f6f62605c5c2ad7f3b071a66353e/ray-2.47.1-cp39-cp39-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:28:09Z, size = 68568408, hashes = { sha256 = "6c7b4abe112c4d698243e30023bcbffe2c2c9a68416b95a6a0d50f9ca5725545" } }, - { url = "https://files.pythonhosted.org/packages/9b/0f/cec17486997fae42b00a6e82f007514635a556d32217a38204ed4a3a9530/ray-2.47.1-cp39-cp39-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:28:15Z, size = 67814246, hashes = { sha256 = "21f2689c1bbc688f9cd31a18bae2c9582027e91b508073849441167bb5077816" } }, - { url = "https://files.pythonhosted.org/packages/b2/f1/734d5fd9835610c7d00ec5bbfb232a8bb4d560d0030d85f749c0eb0ee0f2/ray-2.47.1-cp39-cp39-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:28:22Z, size = 68763833, hashes = { sha256 = "106817f80087d21d24e63f6e56ea5ab7c387a25105eb65e6b783551f569534ea" } }, - { url = "https://files.pythonhosted.org/packages/20/1d/64e6d6751b11668a634c7983dffc7a739487de4544110a6cacdf33c1da64/ray-2.47.1-cp39-cp39-win_amd64.whl", upload-time = 2025-06-17T22:28:27Z, size = 26234907, hashes = { sha256 = "dee02ba9b8cd45c4eadc457183f6d80f1701b85f966d02cdacd5b11867cb7375" } }, + { url = "https://files.pythonhosted.org/packages/d0/19/7882c5918d3af848543ad1000b7da22db0f65fa20da8d371272ee24d41ba/ray-2.52.1-cp310-cp310-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:03Z, size = 69385176, hashes = { sha256 = "993194a8be70540e0f819862031bbf19a64401fbe6c31b42065fd313ba466d34" } }, + { url = "https://files.pythonhosted.org/packages/43/e4/e42cc912a657211eca9eb0befe71ffc4b6a209d561e9eaed246255c05c4d/ray-2.52.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:09Z, size = 71253481, hashes = { sha256 = "65bf461fdfe4ffa667c46f9455f8740b2ad6c1fa471b461d5f5cf6b7baf177b5" } }, + { url = "https://files.pythonhosted.org/packages/ee/3e/f180102b73157592ab48a160711771728bbbdc77f6a0510a6a7a2ca18818/ray-2.52.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:15Z, size = 72083695, hashes = { sha256 = "b3f9e61b799fb3cc8fd7077a3d2eb676ddfef7db644f6b6a2b657c5c3214cf19" } }, + { url = "https://files.pythonhosted.org/packages/f3/b4/f6109cb80f8c3057fb5361d0c76249856cda0872ef36220d9b7f600f1253/ray-2.52.1-cp310-cp310-win_amd64.whl", upload-time = 2025-11-28T02:22:19Z, size = 27169182, hashes = { sha256 = "24694e60cdc7770b90f123cc578cabb9d1a231c1fe673b5da0027b118de45846" } }, + { url = "https://files.pythonhosted.org/packages/8c/64/688d72f53f7adf582913a1bba95ab9fc3232a144057aec6b6f62cc1c76b4/ray-2.52.1-cp311-cp311-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:24Z, size = 69389239, hashes = { sha256 = "f59e3b2d1a1466ac0778f2c6fac9ccb5f30107d77e3dddd1d60167248d268474" } }, + { url = "https://files.pythonhosted.org/packages/0b/c6/ae42db4bc9efd221643abad28d0fcdeecc31d49728f07eb27d2b1e4fcebc/ray-2.52.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:30Z, size = 71373439, hashes = { sha256 = "2b57ef272a2a0a0dbae6d18d70aa541eab620b4fe3b44d50466d3a533c16f9d9" } }, + { url = "https://files.pythonhosted.org/packages/40/5e/b000aa0e8189b37a8f2dfb4f589bb78105e9c451ad75424d4e67f03c5c79/ray-2.52.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:35Z, size = 72201688, hashes = { sha256 = "a5a3c268d45060c50cd029979ecc5f1eaaec040b19fa88dd4fe9e927d19ff13e" } }, + { url = "https://files.pythonhosted.org/packages/fc/5f/0b2e7bf4e1e80c83aaba789de81f346b6fd5f014223873e22f94e2e1c5d4/ray-2.52.1-cp311-cp311-win_amd64.whl", upload-time = 2025-11-28T02:22:40Z, size = 27163246, hashes = { sha256 = "4e8478544fef69a17d865431c0bebdcfeff7c0f76a306f29b73c3bc3cbb0bdb9" } }, + { url = "https://files.pythonhosted.org/packages/5c/c5/d5c3b6e28dee2bb6f9029dfcb950f41c2e682b1bf4cdbbbe42bde66f2ea8/ray-2.52.1-cp312-cp312-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:45Z, size = 69374499, hashes = { sha256 = "6831592fedf0a122016f5dab4b67d85fa3d4db3b21f588d18834b5c031396d1c" } }, + { url = "https://files.pythonhosted.org/packages/63/9f/a019b66f1d716cfed89edfa6c597c9bffe4eab559042a8495a9c2b2c82ab/ray-2.52.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:51Z, size = 71412116, hashes = { sha256 = "08eb8f5fd55292ba6bee363a32491136a5e54af54e007f81e0603986fbea41a4" } }, + { url = "https://files.pythonhosted.org/packages/d7/a5/eaea6f080953dfe1506c4d7b7e16a46536b6ebc9f39703683e0c94e115e0/ray-2.52.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:56Z, size = 72267230, hashes = { sha256 = "843c0108ad72bb7fc6c23a22e29e6099546a5eaad3ad675c78a146d9080f6ec6" } }, + { url = "https://files.pythonhosted.org/packages/eb/69/d6cabdd6f3651f380a0cdf90d97b71ec266d6ba06fd2e649e8c878ab08ce/ray-2.52.1-cp312-cp312-win_amd64.whl", upload-time = 2025-11-28T02:23:01Z, size = 27144021, hashes = { sha256 = "8045172ad3fcff62b9dab9a4cd2e0991ad0e27fc814fe625a8d3a120306651d6" } }, + { url = "https://files.pythonhosted.org/packages/b3/8a/d802270d2871cb3a18cb470f4645eb5cef0deaeda9a4c0d1ac280f2a7424/ray-2.52.1-cp313-cp313-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:23:06Z, size = 69321286, hashes = { sha256 = "b5bc29548abb0a0a7ae9e6ff3b0ccca2824edaf011a4336e15a32793d574fbfd" } }, + { url = "https://files.pythonhosted.org/packages/7c/35/5f354584dfbc38e0851f9284f905798060d7fca98c9e9da42838296515b7/ray-2.52.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:23:11Z, size = 71319629, hashes = { sha256 = "e3826aeb4e4399de0c6885bd8be7ce2f629fa0010f0013f1183e0726b3d25e40" } }, + { url = "https://files.pythonhosted.org/packages/a0/a0/b5e0099e1b1b3dc2e4c6c78a6630fd97ed2706cd47daba4d7872897cfe86/ray-2.52.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:23:17Z, size = 72181309, hashes = { sha256 = "bbe492c780a39a64bd3d0766cad10d54cf12222df88d287ec2d8f2d52de37c79" } }, ] [[packages]] diff --git a/jupyter/trustyai/ubi9-python-3.12/pyproject.toml b/jupyter/trustyai/ubi9-python-3.12/pyproject.toml index b8beec7a2a..96ad3bd510 100644 --- a/jupyter/trustyai/ubi9-python-3.12/pyproject.toml +++ b/jupyter/trustyai/ubi9-python-3.12/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "scipy~=1.16.2", "skl2onnx~=1.19.1", "onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf - "codeflare-sdk~=0.32.1; platform_machine != 'ppc64le' and platform_machine != 's390x'", + "codeflare-sdk~=0.33.0; platform_machine != 'ppc64le' and platform_machine != 's390x'", "kubeflow-training==1.9.3", # DB connectors diff --git a/manifests/base/jupyter-datascience-notebook-imagestream.yaml b/manifests/base/jupyter-datascience-notebook-imagestream.yaml index 6a3b52d46f..add6165a7f 100644 --- a/manifests/base/jupyter-datascience-notebook-imagestream.yaml +++ b/manifests/base/jupyter-datascience-notebook-imagestream.yaml @@ -36,7 +36,7 @@ spec: {"name": "Odh-Elyra", "version": "4.3"}, {"name": "PyMongo", "version": "4.15"}, {"name": "Pyodbc", "version": "5.2"}, - {"name": "Codeflare-SDK", "version": "0.32"}, + {"name": "Codeflare-SDK", "version": "0.33"}, {"name": "Feast", "version": "0.56"}, {"name": "Sklearn-onnx", "version": "1.19"}, {"name": "Psycopg", "version": "3.2"}, diff --git a/manifests/base/jupyter-pytorch-llmcompressor-imagestream.yaml b/manifests/base/jupyter-pytorch-llmcompressor-imagestream.yaml index a074ed089f..f0db66f799 100644 --- a/manifests/base/jupyter-pytorch-llmcompressor-imagestream.yaml +++ b/manifests/base/jupyter-pytorch-llmcompressor-imagestream.yaml @@ -42,7 +42,7 @@ spec: {"name": "Odh-Elyra", "version": "4.3"}, {"name": "PyMongo", "version": "4.15"}, {"name": "Pyodbc", "version": "5.2"}, - {"name": "Codeflare-SDK", "version": "0.32"}, + {"name": "Codeflare-SDK", "version": "0.33"}, {"name": "Feast", "version": "0.56"}, {"name": "Sklearn-onnx", "version": "1.19"}, {"name": "Psycopg", "version": "3.2"}, diff --git a/manifests/base/jupyter-pytorch-notebook-imagestream.yaml b/manifests/base/jupyter-pytorch-notebook-imagestream.yaml index 3837956449..0164ecf108 100644 --- a/manifests/base/jupyter-pytorch-notebook-imagestream.yaml +++ b/manifests/base/jupyter-pytorch-notebook-imagestream.yaml @@ -41,7 +41,7 @@ spec: {"name": "Odh-Elyra", "version": "4.3"}, {"name": "PyMongo", "version": "4.15"}, {"name": "Pyodbc", "version": "5.2"}, - {"name": "Codeflare-SDK", "version": "0.32"}, + {"name": "Codeflare-SDK", "version": "0.33"}, {"name": "Feast", "version": "0.56"}, {"name": "Sklearn-onnx", "version": "1.19"}, {"name": "Psycopg", "version": "3.2"}, diff --git a/manifests/base/jupyter-rocm-pytorch-notebook-imagestream.yaml b/manifests/base/jupyter-rocm-pytorch-notebook-imagestream.yaml index 9e307b8eb9..a337fafb98 100644 --- a/manifests/base/jupyter-rocm-pytorch-notebook-imagestream.yaml +++ b/manifests/base/jupyter-rocm-pytorch-notebook-imagestream.yaml @@ -39,7 +39,7 @@ spec: {"name": "Odh-Elyra", "version": "4.3"}, {"name": "PyMongo", "version": "4.15"}, {"name": "Pyodbc", "version": "5.2"}, - {"name": "Codeflare-SDK", "version": "0.32"}, + {"name": "Codeflare-SDK", "version": "0.33"}, {"name": "Feast", "version": "0.56"}, {"name": "Sklearn-onnx", "version": "1.19"}, {"name": "Psycopg", "version": "3.2"}, diff --git a/manifests/base/jupyter-rocm-tensorflow-notebook-imagestream.yaml b/manifests/base/jupyter-rocm-tensorflow-notebook-imagestream.yaml index c0b113bbb0..e333bdf7d6 100644 --- a/manifests/base/jupyter-rocm-tensorflow-notebook-imagestream.yaml +++ b/manifests/base/jupyter-rocm-tensorflow-notebook-imagestream.yaml @@ -39,7 +39,7 @@ spec: {"name": "Odh-Elyra", "version": "4.3"}, {"name": "PyMongo", "version": "4.15"}, {"name": "Pyodbc", "version": "5.2"}, - {"name": "Codeflare-SDK", "version": "0.32"}, + {"name": "Codeflare-SDK", "version": "0.33"}, {"name": "Sklearn-onnx", "version": "1.19"}, {"name": "Psycopg", "version": "3.2"}, {"name": "MySQL Connector/Python", "version": "9.4"} diff --git a/manifests/base/jupyter-tensorflow-notebook-imagestream.yaml b/manifests/base/jupyter-tensorflow-notebook-imagestream.yaml index ee4c7a1e86..8abe29925c 100644 --- a/manifests/base/jupyter-tensorflow-notebook-imagestream.yaml +++ b/manifests/base/jupyter-tensorflow-notebook-imagestream.yaml @@ -42,7 +42,7 @@ spec: {"name": "Odh-Elyra", "version": "4.3"}, {"name": "PyMongo", "version": "4.15"}, {"name": "Pyodbc", "version": "5.2"}, - {"name": "Codeflare-SDK", "version": "0.32"}, + {"name": "Codeflare-SDK", "version": "0.33"}, {"name": "Feast", "version": "0.56"}, {"name": "Sklearn-onnx", "version": "1.19"}, {"name": "Psycopg", "version": "3.2"}, diff --git a/manifests/base/jupyter-trustyai-notebook-imagestream.yaml b/manifests/base/jupyter-trustyai-notebook-imagestream.yaml index df23fe598f..877133695d 100644 --- a/manifests/base/jupyter-trustyai-notebook-imagestream.yaml +++ b/manifests/base/jupyter-trustyai-notebook-imagestream.yaml @@ -41,7 +41,7 @@ spec: {"name": "Odh-Elyra", "version": "4.3"}, {"name": "PyMongo", "version": "4.15"}, {"name": "Pyodbc", "version": "5.2"}, - {"name": "Codeflare-SDK", "version": "0.32"}, + {"name": "Codeflare-SDK", "version": "0.33"}, {"name": "Sklearn-onnx", "version": "1.19"}, {"name": "Psycopg", "version": "3.2"}, {"name": "MySQL Connector/Python", "version": "9.4"}, diff --git a/runtimes/datascience/ubi9-python-3.12/pylock.toml b/runtimes/datascience/ubi9-python-3.12/pylock.toml index ef86d6161c..9cc5539d5a 100644 --- a/runtimes/datascience/ubi9-python-3.12/pylock.toml +++ b/runtimes/datascience/ubi9-python-3.12/pylock.toml @@ -566,10 +566,10 @@ wheels = [ [[packages]] name = "click" -version = "8.3.1" +version = "8.2.1" marker = "implementation_name == 'cpython' and sys_platform == 'linux'" -sdist = { url = "https://files.pythonhosted.org/packages/3d/fa/656b739db8587d7b5dfa22e22ed02566950fbfbcdc20311993483657a5c0/click-8.3.1.tar.gz", upload-time = 2025-11-15T20:45:42Z, size = 295065, hashes = { sha256 = "12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a" } } -wheels = [{ url = "https://files.pythonhosted.org/packages/98/78/01c019cdb5d6498122777c1a43056ebb3ebfeef2076d9d026bfe15583b2b/click-8.3.1-py3-none-any.whl", upload-time = 2025-11-15T20:45:41Z, size = 108274, hashes = { sha256 = "981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6" } }] +sdist = { url = "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz", upload-time = 2025-05-20T23:19:49Z, size = 286342, hashes = { sha256 = "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" } } +wheels = [{ url = "https://files.pythonhosted.org/packages/85/32/10bb5764d90a8eee674e9dc6f4db6a0ab47c8c4d0d83c27f7c39ac415a4d/click-8.2.1-py3-none-any.whl", upload-time = 2025-05-20T23:19:47Z, size = 102215, hashes = { sha256 = "61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b" } }] [[packages]] name = "cloudpickle" @@ -580,10 +580,10 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/88/39/799be3f2f0f38cc [[packages]] name = "codeflare-sdk" -version = "0.32.2" +version = "0.33.0" marker = "implementation_name == 'cpython' and platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'" -sdist = { url = "https://files.pythonhosted.org/packages/b3/59/22314bdbd39741cfbaebb9cd225b6036f0c7a5e9a84822f7e756bf415431/codeflare_sdk-0.32.2.tar.gz", upload-time = 2025-11-11T17:12:45Z, size = 152072, hashes = { sha256 = "918434c599effa779601eee8f200879516c39ada289f1a935973f96c947caf0f" } } -wheels = [{ url = "https://files.pythonhosted.org/packages/7e/0a/25a411ad52433d3c56344d391c09ade8316ec735359086323202019c3a34/codeflare_sdk-0.32.2-py3-none-any.whl", upload-time = 2025-11-11T17:12:44Z, size = 220792, hashes = { sha256 = "0b0c2ca34820c3f96246643697b90a95eb7f1b5d5b8a6e2b4e7f41a311f90f65" } }] +sdist = { url = "https://files.pythonhosted.org/packages/1a/e6/27b0e645b5f0fd81171bce6e9ccf1613dd62cc9c2451b977efe44224a0a8/codeflare_sdk-0.33.0.tar.gz", upload-time = 2025-12-08T10:21:46Z, size = 154082, hashes = { sha256 = "a8d0a838b4ec197e91a547b8011425c1b1af8768f8cf2346365adfa24622ed48" } } +wheels = [{ url = "https://files.pythonhosted.org/packages/5c/44/4915baa541355d9247d9fa9239e374e56ff0e665f1e167a8f53dcb40821e/codeflare_sdk-0.33.0-py3-none-any.whl", upload-time = 2025-12-08T10:21:45Z, size = 222827, hashes = { sha256 = "3cd834410053e745ad1afa1edba7577a9ea909690c00b6e724d63f64b83f9ca2" } }] [[packages]] name = "colorama" @@ -3563,33 +3563,24 @@ wheels = [ [[packages]] name = "ray" -version = "2.47.1" +version = "2.52.1" marker = "implementation_name == 'cpython' and platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'" wheels = [ - { url = "https://files.pythonhosted.org/packages/92/fe/2f1fc21b7a321385fe34fd159c27245c06bad795aba7de71f29e7a00e741/ray-2.47.1-cp310-cp310-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:11Z, size = 66145880, hashes = { sha256 = "36a30930e8d265e708df96f37f6f1f5484f4b97090d505912f992e045a69d310" } }, - { url = "https://files.pythonhosted.org/packages/87/4a/60b0ce7dc1ac04e9c48fc398afed557f0f0cb3fd74c07cb71b567a041157/ray-2.47.1-cp310-cp310-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:18Z, size = 68562947, hashes = { sha256 = "7c03a1e366d3a868a55f8c2f728f5ce35ac85ddf093ac81d0c1a35bf1c25c377" } }, - { url = "https://files.pythonhosted.org/packages/2f/a6/bad64e886ef74bbcab7d36b617e41c378088fc4852557005c1e227669697/ray-2.47.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:24Z, size = 67810643, hashes = { sha256 = "6fc7df8657b8df684b77c2d1b643137ad745aa1c12ade34743f06cca79003df0" } }, - { url = "https://files.pythonhosted.org/packages/6d/98/9289f360deb9b3d32cc9170168dff919c2f5192bf87682d5b72050206dca/ray-2.47.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:30Z, size = 68760640, hashes = { sha256 = "84a96b4720175a0000521a48eb7aa915f3b419bb5cd6172d8dee005c3f23b813" } }, - { url = "https://files.pythonhosted.org/packages/b6/6c/80690615b50e5e6f5309d5f0f9fcaaf83170e5240252c0d8bbeedc8dc9bd/ray-2.47.1-cp310-cp310-win_amd64.whl", upload-time = 2025-06-17T22:26:35Z, size = 26231731, hashes = { sha256 = "44900a1a72cb3bfb331db160a8975737c25945a97f376c70e72ccf35adf3b744" } }, - { url = "https://files.pythonhosted.org/packages/82/8c/f763f633a4c80d9ead6c1e9277983c42286a3a83dedccedb15363f3d4c40/ray-2.47.1-cp311-cp311-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:40Z, size = 66106702, hashes = { sha256 = "a640d447e0e6cf63f85b9220c883ec02bb2b8e40a9c1d84efa012795c769ba68" } }, - { url = "https://files.pythonhosted.org/packages/5d/10/05b70d425c46eba22bdd46a77cf7db09328eb9dcbf5952fa32e42c5c28e5/ray-2.47.1-cp311-cp311-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:46Z, size = 68525746, hashes = { sha256 = "feeba1e715cfd8737d3adcd2018d0cdabb7c6084fa4b093e638e6c7d42f3c956" } }, - { url = "https://files.pythonhosted.org/packages/cd/2d/a3fe20b0830ecbe74dac1ae809c265023f713e19a9f6100870d50885f44d/ray-2.47.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:52Z, size = 67906931, hashes = { sha256 = "db5ff652e9035f03c65e1742a706b76519f6e8a6744cc005396053ac8766fc46" } }, - { url = "https://files.pythonhosted.org/packages/5f/2b/d1395192c748b3761a43f2dbd9fa702a56f8e185fc2beee73ba25e801a46/ray-2.47.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:57Z, size = 68851571, hashes = { sha256 = "48961229614b2b56a535be510c8abc76e99a9aa7fa195b5c949bd0c6c69af40a" } }, - { url = "https://files.pythonhosted.org/packages/de/dd/b5dc7d3581e52683259c80014e95074835042ceaf1dea6a400185e0e1947/ray-2.47.1-cp311-cp311-win_amd64.whl", upload-time = 2025-06-17T22:27:03Z, size = 26180204, hashes = { sha256 = "bd1cba64070db06bbf79c0e075cdc4529193e2d0b19564f4f057b4193b29e912" } }, - { url = "https://files.pythonhosted.org/packages/96/d8/833edaf128fb5cdd53818d307bb93df75d943f32ecc5cb0d7b14981265e6/ray-2.47.1-cp312-cp312-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:08Z, size = 66091855, hashes = { sha256 = "322049c4546cf67e5efdad90c371c5508acbb193e5aaaf4038103c6c5ce1f578" } }, - { url = "https://files.pythonhosted.org/packages/ce/fa/23640e58046c91fcc05edd04bd51dd3d6a44cd7b408faf5bb3528a24c13d/ray-2.47.1-cp312-cp312-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:15Z, size = 68512697, hashes = { sha256 = "e6d9c78e53ac89cabbc4056aecfec53c506c692e3132af9dae941d6180ef462f" } }, - { url = "https://files.pythonhosted.org/packages/c5/32/6abf17053eb0ae720a2981a17e6b22797cc655782b603a707052b47f64eb/ray-2.47.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:21Z, size = 67918881, hashes = { sha256 = "cd4e7eb475487364b5209963b17cefedcb7fbd3a816fdb6def7ea533ebd72424" } }, - { url = "https://files.pythonhosted.org/packages/5c/31/4545d03ed68eedf42b52e2a8705a584361e262640e145d6ab219ae33969c/ray-2.47.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:27Z, size = 68888167, hashes = { sha256 = "3eaeaeec3bbe2ca6493e530c30473d84b8580a7ac3256bb9183d8c63def5a92f" } }, - { url = "https://files.pythonhosted.org/packages/94/f6/ed91383e0057ad9e3d9c45212a0c7edc5a9d24a2e46da0d55c8233df868c/ray-2.47.1-cp312-cp312-win_amd64.whl", upload-time = 2025-06-17T22:27:33Z, size = 26164455, hashes = { sha256 = "601f23ba89918b7b3ffebf967328f7bdb605deaf8c103aad7820dc2722fe450c" } }, - { url = "https://files.pythonhosted.org/packages/7b/85/4dbf9a126f080a1114ec7738d9274759c256ff2a1c21662b09123311bbf0/ray-2.47.1-cp313-cp313-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:38Z, size = 66082130, hashes = { sha256 = "8cd625d469ce15391e5f1f44ddf8dd30b2380f917603fa0172661229acb0011f" } }, - { url = "https://files.pythonhosted.org/packages/5a/8e/e893176ca3c02a310bb962b287436508f5b61fd179a7283f37610c0e0087/ray-2.47.1-cp313-cp313-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:44Z, size = 68507369, hashes = { sha256 = "e578929f58b3f0c59c7544a96d864e26278238b755d13cd19ae798070c848e57" } }, - { url = "https://files.pythonhosted.org/packages/0c/97/f36e8a19885d930ab0dbcb0b7b6706e630412336b08fa3312bcaaad818b7/ray-2.47.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:51Z, size = 67875541, hashes = { sha256 = "d6ed6d182e25d6f77179dc77bc97a749c81765b13cb671a46db3203029389663" } }, - { url = "https://files.pythonhosted.org/packages/52/60/83430886d17526f4757e298b77268533afeedc74ed934f911d522f191ef2/ray-2.47.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:57Z, size = 68848558, hashes = { sha256 = "252a471e8afb918b105cdbffb4cbebb0143baad75a06c8ffcde27ac317579ccb" } }, - { url = "https://files.pythonhosted.org/packages/cf/84/055a43a9157869912b7455afbf83a7f01795def134655f82e681496378ed/ray-2.47.1-cp39-cp39-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:28:03Z, size = 66149938, hashes = { sha256 = "c21720f283a3df360ddec002a592ddfbaf520faf4cb1b86562a7b7c196ad96a0" } }, - { url = "https://files.pythonhosted.org/packages/98/5c/08e162bf1d83709d4bb3d7cffdd12763f6f62605c5c2ad7f3b071a66353e/ray-2.47.1-cp39-cp39-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:28:09Z, size = 68568408, hashes = { sha256 = "6c7b4abe112c4d698243e30023bcbffe2c2c9a68416b95a6a0d50f9ca5725545" } }, - { url = "https://files.pythonhosted.org/packages/9b/0f/cec17486997fae42b00a6e82f007514635a556d32217a38204ed4a3a9530/ray-2.47.1-cp39-cp39-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:28:15Z, size = 67814246, hashes = { sha256 = "21f2689c1bbc688f9cd31a18bae2c9582027e91b508073849441167bb5077816" } }, - { url = "https://files.pythonhosted.org/packages/b2/f1/734d5fd9835610c7d00ec5bbfb232a8bb4d560d0030d85f749c0eb0ee0f2/ray-2.47.1-cp39-cp39-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:28:22Z, size = 68763833, hashes = { sha256 = "106817f80087d21d24e63f6e56ea5ab7c387a25105eb65e6b783551f569534ea" } }, - { url = "https://files.pythonhosted.org/packages/20/1d/64e6d6751b11668a634c7983dffc7a739487de4544110a6cacdf33c1da64/ray-2.47.1-cp39-cp39-win_amd64.whl", upload-time = 2025-06-17T22:28:27Z, size = 26234907, hashes = { sha256 = "dee02ba9b8cd45c4eadc457183f6d80f1701b85f966d02cdacd5b11867cb7375" } }, + { url = "https://files.pythonhosted.org/packages/d0/19/7882c5918d3af848543ad1000b7da22db0f65fa20da8d371272ee24d41ba/ray-2.52.1-cp310-cp310-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:03Z, size = 69385176, hashes = { sha256 = "993194a8be70540e0f819862031bbf19a64401fbe6c31b42065fd313ba466d34" } }, + { url = "https://files.pythonhosted.org/packages/43/e4/e42cc912a657211eca9eb0befe71ffc4b6a209d561e9eaed246255c05c4d/ray-2.52.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:09Z, size = 71253481, hashes = { sha256 = "65bf461fdfe4ffa667c46f9455f8740b2ad6c1fa471b461d5f5cf6b7baf177b5" } }, + { url = "https://files.pythonhosted.org/packages/ee/3e/f180102b73157592ab48a160711771728bbbdc77f6a0510a6a7a2ca18818/ray-2.52.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:15Z, size = 72083695, hashes = { sha256 = "b3f9e61b799fb3cc8fd7077a3d2eb676ddfef7db644f6b6a2b657c5c3214cf19" } }, + { url = "https://files.pythonhosted.org/packages/f3/b4/f6109cb80f8c3057fb5361d0c76249856cda0872ef36220d9b7f600f1253/ray-2.52.1-cp310-cp310-win_amd64.whl", upload-time = 2025-11-28T02:22:19Z, size = 27169182, hashes = { sha256 = "24694e60cdc7770b90f123cc578cabb9d1a231c1fe673b5da0027b118de45846" } }, + { url = "https://files.pythonhosted.org/packages/8c/64/688d72f53f7adf582913a1bba95ab9fc3232a144057aec6b6f62cc1c76b4/ray-2.52.1-cp311-cp311-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:24Z, size = 69389239, hashes = { sha256 = "f59e3b2d1a1466ac0778f2c6fac9ccb5f30107d77e3dddd1d60167248d268474" } }, + { url = "https://files.pythonhosted.org/packages/0b/c6/ae42db4bc9efd221643abad28d0fcdeecc31d49728f07eb27d2b1e4fcebc/ray-2.52.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:30Z, size = 71373439, hashes = { sha256 = "2b57ef272a2a0a0dbae6d18d70aa541eab620b4fe3b44d50466d3a533c16f9d9" } }, + { url = "https://files.pythonhosted.org/packages/40/5e/b000aa0e8189b37a8f2dfb4f589bb78105e9c451ad75424d4e67f03c5c79/ray-2.52.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:35Z, size = 72201688, hashes = { sha256 = "a5a3c268d45060c50cd029979ecc5f1eaaec040b19fa88dd4fe9e927d19ff13e" } }, + { url = "https://files.pythonhosted.org/packages/fc/5f/0b2e7bf4e1e80c83aaba789de81f346b6fd5f014223873e22f94e2e1c5d4/ray-2.52.1-cp311-cp311-win_amd64.whl", upload-time = 2025-11-28T02:22:40Z, size = 27163246, hashes = { sha256 = "4e8478544fef69a17d865431c0bebdcfeff7c0f76a306f29b73c3bc3cbb0bdb9" } }, + { url = "https://files.pythonhosted.org/packages/5c/c5/d5c3b6e28dee2bb6f9029dfcb950f41c2e682b1bf4cdbbbe42bde66f2ea8/ray-2.52.1-cp312-cp312-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:45Z, size = 69374499, hashes = { sha256 = "6831592fedf0a122016f5dab4b67d85fa3d4db3b21f588d18834b5c031396d1c" } }, + { url = "https://files.pythonhosted.org/packages/63/9f/a019b66f1d716cfed89edfa6c597c9bffe4eab559042a8495a9c2b2c82ab/ray-2.52.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:51Z, size = 71412116, hashes = { sha256 = "08eb8f5fd55292ba6bee363a32491136a5e54af54e007f81e0603986fbea41a4" } }, + { url = "https://files.pythonhosted.org/packages/d7/a5/eaea6f080953dfe1506c4d7b7e16a46536b6ebc9f39703683e0c94e115e0/ray-2.52.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:56Z, size = 72267230, hashes = { sha256 = "843c0108ad72bb7fc6c23a22e29e6099546a5eaad3ad675c78a146d9080f6ec6" } }, + { url = "https://files.pythonhosted.org/packages/eb/69/d6cabdd6f3651f380a0cdf90d97b71ec266d6ba06fd2e649e8c878ab08ce/ray-2.52.1-cp312-cp312-win_amd64.whl", upload-time = 2025-11-28T02:23:01Z, size = 27144021, hashes = { sha256 = "8045172ad3fcff62b9dab9a4cd2e0991ad0e27fc814fe625a8d3a120306651d6" } }, + { url = "https://files.pythonhosted.org/packages/b3/8a/d802270d2871cb3a18cb470f4645eb5cef0deaeda9a4c0d1ac280f2a7424/ray-2.52.1-cp313-cp313-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:23:06Z, size = 69321286, hashes = { sha256 = "b5bc29548abb0a0a7ae9e6ff3b0ccca2824edaf011a4336e15a32793d574fbfd" } }, + { url = "https://files.pythonhosted.org/packages/7c/35/5f354584dfbc38e0851f9284f905798060d7fca98c9e9da42838296515b7/ray-2.52.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:23:11Z, size = 71319629, hashes = { sha256 = "e3826aeb4e4399de0c6885bd8be7ce2f629fa0010f0013f1183e0726b3d25e40" } }, + { url = "https://files.pythonhosted.org/packages/a0/a0/b5e0099e1b1b3dc2e4c6c78a6630fd97ed2706cd47daba4d7872897cfe86/ray-2.52.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:23:17Z, size = 72181309, hashes = { sha256 = "bbe492c780a39a64bd3d0766cad10d54cf12222df88d287ec2d8f2d52de37c79" } }, ] [[packages]] diff --git a/runtimes/datascience/ubi9-python-3.12/pyproject.toml b/runtimes/datascience/ubi9-python-3.12/pyproject.toml index 0304eacc8a..4e799246fd 100644 --- a/runtimes/datascience/ubi9-python-3.12/pyproject.toml +++ b/runtimes/datascience/ubi9-python-3.12/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "scipy~=1.16.2", "skl2onnx~=1.19.1", "onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf - "codeflare-sdk~=0.32.1; platform_machine != 's390x' and platform_machine != 'ppc64le'", + "codeflare-sdk~=0.33.0; platform_machine != 's390x' and platform_machine != 'ppc64le'", "feast~=0.56.0", # DB connectors diff --git a/runtimes/pytorch/ubi9-python-3.12/pylock.toml b/runtimes/pytorch/ubi9-python-3.12/pylock.toml index f84b37a7e3..5814896c04 100644 --- a/runtimes/pytorch/ubi9-python-3.12/pylock.toml +++ b/runtimes/pytorch/ubi9-python-3.12/pylock.toml @@ -573,10 +573,10 @@ wheels = [ [[packages]] name = "click" -version = "8.3.1" +version = "8.2.1" marker = "implementation_name == 'cpython' and sys_platform == 'linux'" -sdist = { url = "https://files.pythonhosted.org/packages/3d/fa/656b739db8587d7b5dfa22e22ed02566950fbfbcdc20311993483657a5c0/click-8.3.1.tar.gz", upload-time = 2025-11-15T20:45:42Z, size = 295065, hashes = { sha256 = "12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a" } } -wheels = [{ url = "https://files.pythonhosted.org/packages/98/78/01c019cdb5d6498122777c1a43056ebb3ebfeef2076d9d026bfe15583b2b/click-8.3.1-py3-none-any.whl", upload-time = 2025-11-15T20:45:41Z, size = 108274, hashes = { sha256 = "981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6" } }] +sdist = { url = "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz", upload-time = 2025-05-20T23:19:49Z, size = 286342, hashes = { sha256 = "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" } } +wheels = [{ url = "https://files.pythonhosted.org/packages/85/32/10bb5764d90a8eee674e9dc6f4db6a0ab47c8c4d0d83c27f7c39ac415a4d/click-8.2.1-py3-none-any.whl", upload-time = 2025-05-20T23:19:47Z, size = 102215, hashes = { sha256 = "61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b" } }] [[packages]] name = "cloudpickle" @@ -587,10 +587,10 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/88/39/799be3f2f0f38cc [[packages]] name = "codeflare-sdk" -version = "0.32.2" +version = "0.33.0" marker = "implementation_name == 'cpython' and sys_platform == 'linux'" -sdist = { url = "https://files.pythonhosted.org/packages/b3/59/22314bdbd39741cfbaebb9cd225b6036f0c7a5e9a84822f7e756bf415431/codeflare_sdk-0.32.2.tar.gz", upload-time = 2025-11-11T17:12:45Z, size = 152072, hashes = { sha256 = "918434c599effa779601eee8f200879516c39ada289f1a935973f96c947caf0f" } } -wheels = [{ url = "https://files.pythonhosted.org/packages/7e/0a/25a411ad52433d3c56344d391c09ade8316ec735359086323202019c3a34/codeflare_sdk-0.32.2-py3-none-any.whl", upload-time = 2025-11-11T17:12:44Z, size = 220792, hashes = { sha256 = "0b0c2ca34820c3f96246643697b90a95eb7f1b5d5b8a6e2b4e7f41a311f90f65" } }] +sdist = { url = "https://files.pythonhosted.org/packages/1a/e6/27b0e645b5f0fd81171bce6e9ccf1613dd62cc9c2451b977efe44224a0a8/codeflare_sdk-0.33.0.tar.gz", upload-time = 2025-12-08T10:21:46Z, size = 154082, hashes = { sha256 = "a8d0a838b4ec197e91a547b8011425c1b1af8768f8cf2346365adfa24622ed48" } } +wheels = [{ url = "https://files.pythonhosted.org/packages/5c/44/4915baa541355d9247d9fa9239e374e56ff0e665f1e167a8f53dcb40821e/codeflare_sdk-0.33.0-py3-none-any.whl", upload-time = 2025-12-08T10:21:45Z, size = 222827, hashes = { sha256 = "3cd834410053e745ad1afa1edba7577a9ea909690c00b6e724d63f64b83f9ca2" } }] [[packages]] name = "colorama" @@ -3729,33 +3729,24 @@ wheels = [ [[packages]] name = "ray" -version = "2.47.1" +version = "2.52.1" marker = "implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://files.pythonhosted.org/packages/92/fe/2f1fc21b7a321385fe34fd159c27245c06bad795aba7de71f29e7a00e741/ray-2.47.1-cp310-cp310-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:11Z, size = 66145880, hashes = { sha256 = "36a30930e8d265e708df96f37f6f1f5484f4b97090d505912f992e045a69d310" } }, - { url = "https://files.pythonhosted.org/packages/87/4a/60b0ce7dc1ac04e9c48fc398afed557f0f0cb3fd74c07cb71b567a041157/ray-2.47.1-cp310-cp310-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:18Z, size = 68562947, hashes = { sha256 = "7c03a1e366d3a868a55f8c2f728f5ce35ac85ddf093ac81d0c1a35bf1c25c377" } }, - { url = "https://files.pythonhosted.org/packages/2f/a6/bad64e886ef74bbcab7d36b617e41c378088fc4852557005c1e227669697/ray-2.47.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:24Z, size = 67810643, hashes = { sha256 = "6fc7df8657b8df684b77c2d1b643137ad745aa1c12ade34743f06cca79003df0" } }, - { url = "https://files.pythonhosted.org/packages/6d/98/9289f360deb9b3d32cc9170168dff919c2f5192bf87682d5b72050206dca/ray-2.47.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:30Z, size = 68760640, hashes = { sha256 = "84a96b4720175a0000521a48eb7aa915f3b419bb5cd6172d8dee005c3f23b813" } }, - { url = "https://files.pythonhosted.org/packages/b6/6c/80690615b50e5e6f5309d5f0f9fcaaf83170e5240252c0d8bbeedc8dc9bd/ray-2.47.1-cp310-cp310-win_amd64.whl", upload-time = 2025-06-17T22:26:35Z, size = 26231731, hashes = { sha256 = "44900a1a72cb3bfb331db160a8975737c25945a97f376c70e72ccf35adf3b744" } }, - { url = "https://files.pythonhosted.org/packages/82/8c/f763f633a4c80d9ead6c1e9277983c42286a3a83dedccedb15363f3d4c40/ray-2.47.1-cp311-cp311-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:40Z, size = 66106702, hashes = { sha256 = "a640d447e0e6cf63f85b9220c883ec02bb2b8e40a9c1d84efa012795c769ba68" } }, - { url = "https://files.pythonhosted.org/packages/5d/10/05b70d425c46eba22bdd46a77cf7db09328eb9dcbf5952fa32e42c5c28e5/ray-2.47.1-cp311-cp311-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:46Z, size = 68525746, hashes = { sha256 = "feeba1e715cfd8737d3adcd2018d0cdabb7c6084fa4b093e638e6c7d42f3c956" } }, - { url = "https://files.pythonhosted.org/packages/cd/2d/a3fe20b0830ecbe74dac1ae809c265023f713e19a9f6100870d50885f44d/ray-2.47.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:52Z, size = 67906931, hashes = { sha256 = "db5ff652e9035f03c65e1742a706b76519f6e8a6744cc005396053ac8766fc46" } }, - { url = "https://files.pythonhosted.org/packages/5f/2b/d1395192c748b3761a43f2dbd9fa702a56f8e185fc2beee73ba25e801a46/ray-2.47.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:57Z, size = 68851571, hashes = { sha256 = "48961229614b2b56a535be510c8abc76e99a9aa7fa195b5c949bd0c6c69af40a" } }, - { url = "https://files.pythonhosted.org/packages/de/dd/b5dc7d3581e52683259c80014e95074835042ceaf1dea6a400185e0e1947/ray-2.47.1-cp311-cp311-win_amd64.whl", upload-time = 2025-06-17T22:27:03Z, size = 26180204, hashes = { sha256 = "bd1cba64070db06bbf79c0e075cdc4529193e2d0b19564f4f057b4193b29e912" } }, - { url = "https://files.pythonhosted.org/packages/96/d8/833edaf128fb5cdd53818d307bb93df75d943f32ecc5cb0d7b14981265e6/ray-2.47.1-cp312-cp312-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:08Z, size = 66091855, hashes = { sha256 = "322049c4546cf67e5efdad90c371c5508acbb193e5aaaf4038103c6c5ce1f578" } }, - { url = "https://files.pythonhosted.org/packages/ce/fa/23640e58046c91fcc05edd04bd51dd3d6a44cd7b408faf5bb3528a24c13d/ray-2.47.1-cp312-cp312-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:15Z, size = 68512697, hashes = { sha256 = "e6d9c78e53ac89cabbc4056aecfec53c506c692e3132af9dae941d6180ef462f" } }, - { url = "https://files.pythonhosted.org/packages/c5/32/6abf17053eb0ae720a2981a17e6b22797cc655782b603a707052b47f64eb/ray-2.47.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:21Z, size = 67918881, hashes = { sha256 = "cd4e7eb475487364b5209963b17cefedcb7fbd3a816fdb6def7ea533ebd72424" } }, - { url = "https://files.pythonhosted.org/packages/5c/31/4545d03ed68eedf42b52e2a8705a584361e262640e145d6ab219ae33969c/ray-2.47.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:27Z, size = 68888167, hashes = { sha256 = "3eaeaeec3bbe2ca6493e530c30473d84b8580a7ac3256bb9183d8c63def5a92f" } }, - { url = "https://files.pythonhosted.org/packages/94/f6/ed91383e0057ad9e3d9c45212a0c7edc5a9d24a2e46da0d55c8233df868c/ray-2.47.1-cp312-cp312-win_amd64.whl", upload-time = 2025-06-17T22:27:33Z, size = 26164455, hashes = { sha256 = "601f23ba89918b7b3ffebf967328f7bdb605deaf8c103aad7820dc2722fe450c" } }, - { url = "https://files.pythonhosted.org/packages/7b/85/4dbf9a126f080a1114ec7738d9274759c256ff2a1c21662b09123311bbf0/ray-2.47.1-cp313-cp313-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:38Z, size = 66082130, hashes = { sha256 = "8cd625d469ce15391e5f1f44ddf8dd30b2380f917603fa0172661229acb0011f" } }, - { url = "https://files.pythonhosted.org/packages/5a/8e/e893176ca3c02a310bb962b287436508f5b61fd179a7283f37610c0e0087/ray-2.47.1-cp313-cp313-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:44Z, size = 68507369, hashes = { sha256 = "e578929f58b3f0c59c7544a96d864e26278238b755d13cd19ae798070c848e57" } }, - { url = "https://files.pythonhosted.org/packages/0c/97/f36e8a19885d930ab0dbcb0b7b6706e630412336b08fa3312bcaaad818b7/ray-2.47.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:51Z, size = 67875541, hashes = { sha256 = "d6ed6d182e25d6f77179dc77bc97a749c81765b13cb671a46db3203029389663" } }, - { url = "https://files.pythonhosted.org/packages/52/60/83430886d17526f4757e298b77268533afeedc74ed934f911d522f191ef2/ray-2.47.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:57Z, size = 68848558, hashes = { sha256 = "252a471e8afb918b105cdbffb4cbebb0143baad75a06c8ffcde27ac317579ccb" } }, - { url = "https://files.pythonhosted.org/packages/cf/84/055a43a9157869912b7455afbf83a7f01795def134655f82e681496378ed/ray-2.47.1-cp39-cp39-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:28:03Z, size = 66149938, hashes = { sha256 = "c21720f283a3df360ddec002a592ddfbaf520faf4cb1b86562a7b7c196ad96a0" } }, - { url = "https://files.pythonhosted.org/packages/98/5c/08e162bf1d83709d4bb3d7cffdd12763f6f62605c5c2ad7f3b071a66353e/ray-2.47.1-cp39-cp39-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:28:09Z, size = 68568408, hashes = { sha256 = "6c7b4abe112c4d698243e30023bcbffe2c2c9a68416b95a6a0d50f9ca5725545" } }, - { url = "https://files.pythonhosted.org/packages/9b/0f/cec17486997fae42b00a6e82f007514635a556d32217a38204ed4a3a9530/ray-2.47.1-cp39-cp39-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:28:15Z, size = 67814246, hashes = { sha256 = "21f2689c1bbc688f9cd31a18bae2c9582027e91b508073849441167bb5077816" } }, - { url = "https://files.pythonhosted.org/packages/b2/f1/734d5fd9835610c7d00ec5bbfb232a8bb4d560d0030d85f749c0eb0ee0f2/ray-2.47.1-cp39-cp39-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:28:22Z, size = 68763833, hashes = { sha256 = "106817f80087d21d24e63f6e56ea5ab7c387a25105eb65e6b783551f569534ea" } }, - { url = "https://files.pythonhosted.org/packages/20/1d/64e6d6751b11668a634c7983dffc7a739487de4544110a6cacdf33c1da64/ray-2.47.1-cp39-cp39-win_amd64.whl", upload-time = 2025-06-17T22:28:27Z, size = 26234907, hashes = { sha256 = "dee02ba9b8cd45c4eadc457183f6d80f1701b85f966d02cdacd5b11867cb7375" } }, + { url = "https://files.pythonhosted.org/packages/d0/19/7882c5918d3af848543ad1000b7da22db0f65fa20da8d371272ee24d41ba/ray-2.52.1-cp310-cp310-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:03Z, size = 69385176, hashes = { sha256 = "993194a8be70540e0f819862031bbf19a64401fbe6c31b42065fd313ba466d34" } }, + { url = "https://files.pythonhosted.org/packages/43/e4/e42cc912a657211eca9eb0befe71ffc4b6a209d561e9eaed246255c05c4d/ray-2.52.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:09Z, size = 71253481, hashes = { sha256 = "65bf461fdfe4ffa667c46f9455f8740b2ad6c1fa471b461d5f5cf6b7baf177b5" } }, + { url = "https://files.pythonhosted.org/packages/ee/3e/f180102b73157592ab48a160711771728bbbdc77f6a0510a6a7a2ca18818/ray-2.52.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:15Z, size = 72083695, hashes = { sha256 = "b3f9e61b799fb3cc8fd7077a3d2eb676ddfef7db644f6b6a2b657c5c3214cf19" } }, + { url = "https://files.pythonhosted.org/packages/f3/b4/f6109cb80f8c3057fb5361d0c76249856cda0872ef36220d9b7f600f1253/ray-2.52.1-cp310-cp310-win_amd64.whl", upload-time = 2025-11-28T02:22:19Z, size = 27169182, hashes = { sha256 = "24694e60cdc7770b90f123cc578cabb9d1a231c1fe673b5da0027b118de45846" } }, + { url = "https://files.pythonhosted.org/packages/8c/64/688d72f53f7adf582913a1bba95ab9fc3232a144057aec6b6f62cc1c76b4/ray-2.52.1-cp311-cp311-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:24Z, size = 69389239, hashes = { sha256 = "f59e3b2d1a1466ac0778f2c6fac9ccb5f30107d77e3dddd1d60167248d268474" } }, + { url = "https://files.pythonhosted.org/packages/0b/c6/ae42db4bc9efd221643abad28d0fcdeecc31d49728f07eb27d2b1e4fcebc/ray-2.52.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:30Z, size = 71373439, hashes = { sha256 = "2b57ef272a2a0a0dbae6d18d70aa541eab620b4fe3b44d50466d3a533c16f9d9" } }, + { url = "https://files.pythonhosted.org/packages/40/5e/b000aa0e8189b37a8f2dfb4f589bb78105e9c451ad75424d4e67f03c5c79/ray-2.52.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:35Z, size = 72201688, hashes = { sha256 = "a5a3c268d45060c50cd029979ecc5f1eaaec040b19fa88dd4fe9e927d19ff13e" } }, + { url = "https://files.pythonhosted.org/packages/fc/5f/0b2e7bf4e1e80c83aaba789de81f346b6fd5f014223873e22f94e2e1c5d4/ray-2.52.1-cp311-cp311-win_amd64.whl", upload-time = 2025-11-28T02:22:40Z, size = 27163246, hashes = { sha256 = "4e8478544fef69a17d865431c0bebdcfeff7c0f76a306f29b73c3bc3cbb0bdb9" } }, + { url = "https://files.pythonhosted.org/packages/5c/c5/d5c3b6e28dee2bb6f9029dfcb950f41c2e682b1bf4cdbbbe42bde66f2ea8/ray-2.52.1-cp312-cp312-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:45Z, size = 69374499, hashes = { sha256 = "6831592fedf0a122016f5dab4b67d85fa3d4db3b21f588d18834b5c031396d1c" } }, + { url = "https://files.pythonhosted.org/packages/63/9f/a019b66f1d716cfed89edfa6c597c9bffe4eab559042a8495a9c2b2c82ab/ray-2.52.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:51Z, size = 71412116, hashes = { sha256 = "08eb8f5fd55292ba6bee363a32491136a5e54af54e007f81e0603986fbea41a4" } }, + { url = "https://files.pythonhosted.org/packages/d7/a5/eaea6f080953dfe1506c4d7b7e16a46536b6ebc9f39703683e0c94e115e0/ray-2.52.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:56Z, size = 72267230, hashes = { sha256 = "843c0108ad72bb7fc6c23a22e29e6099546a5eaad3ad675c78a146d9080f6ec6" } }, + { url = "https://files.pythonhosted.org/packages/eb/69/d6cabdd6f3651f380a0cdf90d97b71ec266d6ba06fd2e649e8c878ab08ce/ray-2.52.1-cp312-cp312-win_amd64.whl", upload-time = 2025-11-28T02:23:01Z, size = 27144021, hashes = { sha256 = "8045172ad3fcff62b9dab9a4cd2e0991ad0e27fc814fe625a8d3a120306651d6" } }, + { url = "https://files.pythonhosted.org/packages/b3/8a/d802270d2871cb3a18cb470f4645eb5cef0deaeda9a4c0d1ac280f2a7424/ray-2.52.1-cp313-cp313-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:23:06Z, size = 69321286, hashes = { sha256 = "b5bc29548abb0a0a7ae9e6ff3b0ccca2824edaf011a4336e15a32793d574fbfd" } }, + { url = "https://files.pythonhosted.org/packages/7c/35/5f354584dfbc38e0851f9284f905798060d7fca98c9e9da42838296515b7/ray-2.52.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:23:11Z, size = 71319629, hashes = { sha256 = "e3826aeb4e4399de0c6885bd8be7ce2f629fa0010f0013f1183e0726b3d25e40" } }, + { url = "https://files.pythonhosted.org/packages/a0/a0/b5e0099e1b1b3dc2e4c6c78a6630fd97ed2706cd47daba4d7872897cfe86/ray-2.52.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:23:17Z, size = 72181309, hashes = { sha256 = "bbe492c780a39a64bd3d0766cad10d54cf12222df88d287ec2d8f2d52de37c79" } }, ] [[packages]] diff --git a/runtimes/pytorch/ubi9-python-3.12/pyproject.toml b/runtimes/pytorch/ubi9-python-3.12/pyproject.toml index 8f2cf82d1b..1aa5cd4fa5 100644 --- a/runtimes/pytorch/ubi9-python-3.12/pyproject.toml +++ b/runtimes/pytorch/ubi9-python-3.12/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "scipy~=1.16.2", "skl2onnx~=1.19.1", "onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf - "codeflare-sdk~=0.32.1", + "codeflare-sdk~=0.33.0", "feast~=0.56.0", # DB connectors diff --git a/runtimes/rocm-pytorch/ubi9-python-3.12/pylock.toml b/runtimes/rocm-pytorch/ubi9-python-3.12/pylock.toml index 4751bb3e06..059810d19c 100644 --- a/runtimes/rocm-pytorch/ubi9-python-3.12/pylock.toml +++ b/runtimes/rocm-pytorch/ubi9-python-3.12/pylock.toml @@ -573,10 +573,10 @@ wheels = [ [[packages]] name = "click" -version = "8.3.1" +version = "8.2.1" marker = "implementation_name == 'cpython' and sys_platform == 'linux'" -sdist = { url = "https://files.pythonhosted.org/packages/3d/fa/656b739db8587d7b5dfa22e22ed02566950fbfbcdc20311993483657a5c0/click-8.3.1.tar.gz", upload-time = 2025-11-15T20:45:42Z, size = 295065, hashes = { sha256 = "12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a" } } -wheels = [{ url = "https://files.pythonhosted.org/packages/98/78/01c019cdb5d6498122777c1a43056ebb3ebfeef2076d9d026bfe15583b2b/click-8.3.1-py3-none-any.whl", upload-time = 2025-11-15T20:45:41Z, size = 108274, hashes = { sha256 = "981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6" } }] +sdist = { url = "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz", upload-time = 2025-05-20T23:19:49Z, size = 286342, hashes = { sha256 = "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" } } +wheels = [{ url = "https://files.pythonhosted.org/packages/85/32/10bb5764d90a8eee674e9dc6f4db6a0ab47c8c4d0d83c27f7c39ac415a4d/click-8.2.1-py3-none-any.whl", upload-time = 2025-05-20T23:19:47Z, size = 102215, hashes = { sha256 = "61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b" } }] [[packages]] name = "cloudpickle" @@ -587,10 +587,10 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/88/39/799be3f2f0f38cc [[packages]] name = "codeflare-sdk" -version = "0.32.2" +version = "0.33.0" marker = "implementation_name == 'cpython' and sys_platform == 'linux'" -sdist = { url = "https://files.pythonhosted.org/packages/b3/59/22314bdbd39741cfbaebb9cd225b6036f0c7a5e9a84822f7e756bf415431/codeflare_sdk-0.32.2.tar.gz", upload-time = 2025-11-11T17:12:45Z, size = 152072, hashes = { sha256 = "918434c599effa779601eee8f200879516c39ada289f1a935973f96c947caf0f" } } -wheels = [{ url = "https://files.pythonhosted.org/packages/7e/0a/25a411ad52433d3c56344d391c09ade8316ec735359086323202019c3a34/codeflare_sdk-0.32.2-py3-none-any.whl", upload-time = 2025-11-11T17:12:44Z, size = 220792, hashes = { sha256 = "0b0c2ca34820c3f96246643697b90a95eb7f1b5d5b8a6e2b4e7f41a311f90f65" } }] +sdist = { url = "https://files.pythonhosted.org/packages/1a/e6/27b0e645b5f0fd81171bce6e9ccf1613dd62cc9c2451b977efe44224a0a8/codeflare_sdk-0.33.0.tar.gz", upload-time = 2025-12-08T10:21:46Z, size = 154082, hashes = { sha256 = "a8d0a838b4ec197e91a547b8011425c1b1af8768f8cf2346365adfa24622ed48" } } +wheels = [{ url = "https://files.pythonhosted.org/packages/5c/44/4915baa541355d9247d9fa9239e374e56ff0e665f1e167a8f53dcb40821e/codeflare_sdk-0.33.0-py3-none-any.whl", upload-time = 2025-12-08T10:21:45Z, size = 222827, hashes = { sha256 = "3cd834410053e745ad1afa1edba7577a9ea909690c00b6e724d63f64b83f9ca2" } }] [[packages]] name = "colorama" @@ -3604,33 +3604,24 @@ wheels = [ [[packages]] name = "ray" -version = "2.47.1" +version = "2.52.1" marker = "implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://files.pythonhosted.org/packages/92/fe/2f1fc21b7a321385fe34fd159c27245c06bad795aba7de71f29e7a00e741/ray-2.47.1-cp310-cp310-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:11Z, size = 66145880, hashes = { sha256 = "36a30930e8d265e708df96f37f6f1f5484f4b97090d505912f992e045a69d310" } }, - { url = "https://files.pythonhosted.org/packages/87/4a/60b0ce7dc1ac04e9c48fc398afed557f0f0cb3fd74c07cb71b567a041157/ray-2.47.1-cp310-cp310-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:18Z, size = 68562947, hashes = { sha256 = "7c03a1e366d3a868a55f8c2f728f5ce35ac85ddf093ac81d0c1a35bf1c25c377" } }, - { url = "https://files.pythonhosted.org/packages/2f/a6/bad64e886ef74bbcab7d36b617e41c378088fc4852557005c1e227669697/ray-2.47.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:24Z, size = 67810643, hashes = { sha256 = "6fc7df8657b8df684b77c2d1b643137ad745aa1c12ade34743f06cca79003df0" } }, - { url = "https://files.pythonhosted.org/packages/6d/98/9289f360deb9b3d32cc9170168dff919c2f5192bf87682d5b72050206dca/ray-2.47.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:30Z, size = 68760640, hashes = { sha256 = "84a96b4720175a0000521a48eb7aa915f3b419bb5cd6172d8dee005c3f23b813" } }, - { url = "https://files.pythonhosted.org/packages/b6/6c/80690615b50e5e6f5309d5f0f9fcaaf83170e5240252c0d8bbeedc8dc9bd/ray-2.47.1-cp310-cp310-win_amd64.whl", upload-time = 2025-06-17T22:26:35Z, size = 26231731, hashes = { sha256 = "44900a1a72cb3bfb331db160a8975737c25945a97f376c70e72ccf35adf3b744" } }, - { url = "https://files.pythonhosted.org/packages/82/8c/f763f633a4c80d9ead6c1e9277983c42286a3a83dedccedb15363f3d4c40/ray-2.47.1-cp311-cp311-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:40Z, size = 66106702, hashes = { sha256 = "a640d447e0e6cf63f85b9220c883ec02bb2b8e40a9c1d84efa012795c769ba68" } }, - { url = "https://files.pythonhosted.org/packages/5d/10/05b70d425c46eba22bdd46a77cf7db09328eb9dcbf5952fa32e42c5c28e5/ray-2.47.1-cp311-cp311-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:46Z, size = 68525746, hashes = { sha256 = "feeba1e715cfd8737d3adcd2018d0cdabb7c6084fa4b093e638e6c7d42f3c956" } }, - { url = "https://files.pythonhosted.org/packages/cd/2d/a3fe20b0830ecbe74dac1ae809c265023f713e19a9f6100870d50885f44d/ray-2.47.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:52Z, size = 67906931, hashes = { sha256 = "db5ff652e9035f03c65e1742a706b76519f6e8a6744cc005396053ac8766fc46" } }, - { url = "https://files.pythonhosted.org/packages/5f/2b/d1395192c748b3761a43f2dbd9fa702a56f8e185fc2beee73ba25e801a46/ray-2.47.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:57Z, size = 68851571, hashes = { sha256 = "48961229614b2b56a535be510c8abc76e99a9aa7fa195b5c949bd0c6c69af40a" } }, - { url = "https://files.pythonhosted.org/packages/de/dd/b5dc7d3581e52683259c80014e95074835042ceaf1dea6a400185e0e1947/ray-2.47.1-cp311-cp311-win_amd64.whl", upload-time = 2025-06-17T22:27:03Z, size = 26180204, hashes = { sha256 = "bd1cba64070db06bbf79c0e075cdc4529193e2d0b19564f4f057b4193b29e912" } }, - { url = "https://files.pythonhosted.org/packages/96/d8/833edaf128fb5cdd53818d307bb93df75d943f32ecc5cb0d7b14981265e6/ray-2.47.1-cp312-cp312-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:08Z, size = 66091855, hashes = { sha256 = "322049c4546cf67e5efdad90c371c5508acbb193e5aaaf4038103c6c5ce1f578" } }, - { url = "https://files.pythonhosted.org/packages/ce/fa/23640e58046c91fcc05edd04bd51dd3d6a44cd7b408faf5bb3528a24c13d/ray-2.47.1-cp312-cp312-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:15Z, size = 68512697, hashes = { sha256 = "e6d9c78e53ac89cabbc4056aecfec53c506c692e3132af9dae941d6180ef462f" } }, - { url = "https://files.pythonhosted.org/packages/c5/32/6abf17053eb0ae720a2981a17e6b22797cc655782b603a707052b47f64eb/ray-2.47.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:21Z, size = 67918881, hashes = { sha256 = "cd4e7eb475487364b5209963b17cefedcb7fbd3a816fdb6def7ea533ebd72424" } }, - { url = "https://files.pythonhosted.org/packages/5c/31/4545d03ed68eedf42b52e2a8705a584361e262640e145d6ab219ae33969c/ray-2.47.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:27Z, size = 68888167, hashes = { sha256 = "3eaeaeec3bbe2ca6493e530c30473d84b8580a7ac3256bb9183d8c63def5a92f" } }, - { url = "https://files.pythonhosted.org/packages/94/f6/ed91383e0057ad9e3d9c45212a0c7edc5a9d24a2e46da0d55c8233df868c/ray-2.47.1-cp312-cp312-win_amd64.whl", upload-time = 2025-06-17T22:27:33Z, size = 26164455, hashes = { sha256 = "601f23ba89918b7b3ffebf967328f7bdb605deaf8c103aad7820dc2722fe450c" } }, - { url = "https://files.pythonhosted.org/packages/7b/85/4dbf9a126f080a1114ec7738d9274759c256ff2a1c21662b09123311bbf0/ray-2.47.1-cp313-cp313-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:38Z, size = 66082130, hashes = { sha256 = "8cd625d469ce15391e5f1f44ddf8dd30b2380f917603fa0172661229acb0011f" } }, - { url = "https://files.pythonhosted.org/packages/5a/8e/e893176ca3c02a310bb962b287436508f5b61fd179a7283f37610c0e0087/ray-2.47.1-cp313-cp313-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:44Z, size = 68507369, hashes = { sha256 = "e578929f58b3f0c59c7544a96d864e26278238b755d13cd19ae798070c848e57" } }, - { url = "https://files.pythonhosted.org/packages/0c/97/f36e8a19885d930ab0dbcb0b7b6706e630412336b08fa3312bcaaad818b7/ray-2.47.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:51Z, size = 67875541, hashes = { sha256 = "d6ed6d182e25d6f77179dc77bc97a749c81765b13cb671a46db3203029389663" } }, - { url = "https://files.pythonhosted.org/packages/52/60/83430886d17526f4757e298b77268533afeedc74ed934f911d522f191ef2/ray-2.47.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:57Z, size = 68848558, hashes = { sha256 = "252a471e8afb918b105cdbffb4cbebb0143baad75a06c8ffcde27ac317579ccb" } }, - { url = "https://files.pythonhosted.org/packages/cf/84/055a43a9157869912b7455afbf83a7f01795def134655f82e681496378ed/ray-2.47.1-cp39-cp39-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:28:03Z, size = 66149938, hashes = { sha256 = "c21720f283a3df360ddec002a592ddfbaf520faf4cb1b86562a7b7c196ad96a0" } }, - { url = "https://files.pythonhosted.org/packages/98/5c/08e162bf1d83709d4bb3d7cffdd12763f6f62605c5c2ad7f3b071a66353e/ray-2.47.1-cp39-cp39-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:28:09Z, size = 68568408, hashes = { sha256 = "6c7b4abe112c4d698243e30023bcbffe2c2c9a68416b95a6a0d50f9ca5725545" } }, - { url = "https://files.pythonhosted.org/packages/9b/0f/cec17486997fae42b00a6e82f007514635a556d32217a38204ed4a3a9530/ray-2.47.1-cp39-cp39-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:28:15Z, size = 67814246, hashes = { sha256 = "21f2689c1bbc688f9cd31a18bae2c9582027e91b508073849441167bb5077816" } }, - { url = "https://files.pythonhosted.org/packages/b2/f1/734d5fd9835610c7d00ec5bbfb232a8bb4d560d0030d85f749c0eb0ee0f2/ray-2.47.1-cp39-cp39-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:28:22Z, size = 68763833, hashes = { sha256 = "106817f80087d21d24e63f6e56ea5ab7c387a25105eb65e6b783551f569534ea" } }, - { url = "https://files.pythonhosted.org/packages/20/1d/64e6d6751b11668a634c7983dffc7a739487de4544110a6cacdf33c1da64/ray-2.47.1-cp39-cp39-win_amd64.whl", upload-time = 2025-06-17T22:28:27Z, size = 26234907, hashes = { sha256 = "dee02ba9b8cd45c4eadc457183f6d80f1701b85f966d02cdacd5b11867cb7375" } }, + { url = "https://files.pythonhosted.org/packages/d0/19/7882c5918d3af848543ad1000b7da22db0f65fa20da8d371272ee24d41ba/ray-2.52.1-cp310-cp310-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:03Z, size = 69385176, hashes = { sha256 = "993194a8be70540e0f819862031bbf19a64401fbe6c31b42065fd313ba466d34" } }, + { url = "https://files.pythonhosted.org/packages/43/e4/e42cc912a657211eca9eb0befe71ffc4b6a209d561e9eaed246255c05c4d/ray-2.52.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:09Z, size = 71253481, hashes = { sha256 = "65bf461fdfe4ffa667c46f9455f8740b2ad6c1fa471b461d5f5cf6b7baf177b5" } }, + { url = "https://files.pythonhosted.org/packages/ee/3e/f180102b73157592ab48a160711771728bbbdc77f6a0510a6a7a2ca18818/ray-2.52.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:15Z, size = 72083695, hashes = { sha256 = "b3f9e61b799fb3cc8fd7077a3d2eb676ddfef7db644f6b6a2b657c5c3214cf19" } }, + { url = "https://files.pythonhosted.org/packages/f3/b4/f6109cb80f8c3057fb5361d0c76249856cda0872ef36220d9b7f600f1253/ray-2.52.1-cp310-cp310-win_amd64.whl", upload-time = 2025-11-28T02:22:19Z, size = 27169182, hashes = { sha256 = "24694e60cdc7770b90f123cc578cabb9d1a231c1fe673b5da0027b118de45846" } }, + { url = "https://files.pythonhosted.org/packages/8c/64/688d72f53f7adf582913a1bba95ab9fc3232a144057aec6b6f62cc1c76b4/ray-2.52.1-cp311-cp311-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:24Z, size = 69389239, hashes = { sha256 = "f59e3b2d1a1466ac0778f2c6fac9ccb5f30107d77e3dddd1d60167248d268474" } }, + { url = "https://files.pythonhosted.org/packages/0b/c6/ae42db4bc9efd221643abad28d0fcdeecc31d49728f07eb27d2b1e4fcebc/ray-2.52.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:30Z, size = 71373439, hashes = { sha256 = "2b57ef272a2a0a0dbae6d18d70aa541eab620b4fe3b44d50466d3a533c16f9d9" } }, + { url = "https://files.pythonhosted.org/packages/40/5e/b000aa0e8189b37a8f2dfb4f589bb78105e9c451ad75424d4e67f03c5c79/ray-2.52.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:35Z, size = 72201688, hashes = { sha256 = "a5a3c268d45060c50cd029979ecc5f1eaaec040b19fa88dd4fe9e927d19ff13e" } }, + { url = "https://files.pythonhosted.org/packages/fc/5f/0b2e7bf4e1e80c83aaba789de81f346b6fd5f014223873e22f94e2e1c5d4/ray-2.52.1-cp311-cp311-win_amd64.whl", upload-time = 2025-11-28T02:22:40Z, size = 27163246, hashes = { sha256 = "4e8478544fef69a17d865431c0bebdcfeff7c0f76a306f29b73c3bc3cbb0bdb9" } }, + { url = "https://files.pythonhosted.org/packages/5c/c5/d5c3b6e28dee2bb6f9029dfcb950f41c2e682b1bf4cdbbbe42bde66f2ea8/ray-2.52.1-cp312-cp312-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:45Z, size = 69374499, hashes = { sha256 = "6831592fedf0a122016f5dab4b67d85fa3d4db3b21f588d18834b5c031396d1c" } }, + { url = "https://files.pythonhosted.org/packages/63/9f/a019b66f1d716cfed89edfa6c597c9bffe4eab559042a8495a9c2b2c82ab/ray-2.52.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:51Z, size = 71412116, hashes = { sha256 = "08eb8f5fd55292ba6bee363a32491136a5e54af54e007f81e0603986fbea41a4" } }, + { url = "https://files.pythonhosted.org/packages/d7/a5/eaea6f080953dfe1506c4d7b7e16a46536b6ebc9f39703683e0c94e115e0/ray-2.52.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:56Z, size = 72267230, hashes = { sha256 = "843c0108ad72bb7fc6c23a22e29e6099546a5eaad3ad675c78a146d9080f6ec6" } }, + { url = "https://files.pythonhosted.org/packages/eb/69/d6cabdd6f3651f380a0cdf90d97b71ec266d6ba06fd2e649e8c878ab08ce/ray-2.52.1-cp312-cp312-win_amd64.whl", upload-time = 2025-11-28T02:23:01Z, size = 27144021, hashes = { sha256 = "8045172ad3fcff62b9dab9a4cd2e0991ad0e27fc814fe625a8d3a120306651d6" } }, + { url = "https://files.pythonhosted.org/packages/b3/8a/d802270d2871cb3a18cb470f4645eb5cef0deaeda9a4c0d1ac280f2a7424/ray-2.52.1-cp313-cp313-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:23:06Z, size = 69321286, hashes = { sha256 = "b5bc29548abb0a0a7ae9e6ff3b0ccca2824edaf011a4336e15a32793d574fbfd" } }, + { url = "https://files.pythonhosted.org/packages/7c/35/5f354584dfbc38e0851f9284f905798060d7fca98c9e9da42838296515b7/ray-2.52.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:23:11Z, size = 71319629, hashes = { sha256 = "e3826aeb4e4399de0c6885bd8be7ce2f629fa0010f0013f1183e0726b3d25e40" } }, + { url = "https://files.pythonhosted.org/packages/a0/a0/b5e0099e1b1b3dc2e4c6c78a6630fd97ed2706cd47daba4d7872897cfe86/ray-2.52.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:23:17Z, size = 72181309, hashes = { sha256 = "bbe492c780a39a64bd3d0766cad10d54cf12222df88d287ec2d8f2d52de37c79" } }, ] [[packages]] diff --git a/runtimes/rocm-pytorch/ubi9-python-3.12/pyproject.toml b/runtimes/rocm-pytorch/ubi9-python-3.12/pyproject.toml index fc9d65f305..5de95ebbde 100644 --- a/runtimes/rocm-pytorch/ubi9-python-3.12/pyproject.toml +++ b/runtimes/rocm-pytorch/ubi9-python-3.12/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "scipy~=1.16.2", "skl2onnx~=1.19.1", "onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf - "codeflare-sdk~=0.32.1", + "codeflare-sdk~=0.33.0", "feast~=0.56.0", # DB connectors diff --git a/runtimes/rocm-tensorflow/ubi9-python-3.12/pylock.toml b/runtimes/rocm-tensorflow/ubi9-python-3.12/pylock.toml index fe5088ba84..e2a5a651ff 100644 --- a/runtimes/rocm-tensorflow/ubi9-python-3.12/pylock.toml +++ b/runtimes/rocm-tensorflow/ubi9-python-3.12/pylock.toml @@ -559,17 +559,17 @@ wheels = [ [[packages]] name = "click" -version = "8.3.1" +version = "8.2.1" marker = "implementation_name == 'cpython' and sys_platform == 'linux'" -sdist = { url = "https://files.pythonhosted.org/packages/3d/fa/656b739db8587d7b5dfa22e22ed02566950fbfbcdc20311993483657a5c0/click-8.3.1.tar.gz", upload-time = 2025-11-15T20:45:42Z, size = 295065, hashes = { sha256 = "12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a" } } -wheels = [{ url = "https://files.pythonhosted.org/packages/98/78/01c019cdb5d6498122777c1a43056ebb3ebfeef2076d9d026bfe15583b2b/click-8.3.1-py3-none-any.whl", upload-time = 2025-11-15T20:45:41Z, size = 108274, hashes = { sha256 = "981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6" } }] +sdist = { url = "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz", upload-time = 2025-05-20T23:19:49Z, size = 286342, hashes = { sha256 = "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" } } +wheels = [{ url = "https://files.pythonhosted.org/packages/85/32/10bb5764d90a8eee674e9dc6f4db6a0ab47c8c4d0d83c27f7c39ac415a4d/click-8.2.1-py3-none-any.whl", upload-time = 2025-05-20T23:19:47Z, size = 102215, hashes = { sha256 = "61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b" } }] [[packages]] name = "codeflare-sdk" -version = "0.32.2" +version = "0.33.0" marker = "implementation_name == 'cpython' and sys_platform == 'linux'" -sdist = { url = "https://files.pythonhosted.org/packages/b3/59/22314bdbd39741cfbaebb9cd225b6036f0c7a5e9a84822f7e756bf415431/codeflare_sdk-0.32.2.tar.gz", upload-time = 2025-11-11T17:12:45Z, size = 152072, hashes = { sha256 = "918434c599effa779601eee8f200879516c39ada289f1a935973f96c947caf0f" } } -wheels = [{ url = "https://files.pythonhosted.org/packages/7e/0a/25a411ad52433d3c56344d391c09ade8316ec735359086323202019c3a34/codeflare_sdk-0.32.2-py3-none-any.whl", upload-time = 2025-11-11T17:12:44Z, size = 220792, hashes = { sha256 = "0b0c2ca34820c3f96246643697b90a95eb7f1b5d5b8a6e2b4e7f41a311f90f65" } }] +sdist = { url = "https://files.pythonhosted.org/packages/1a/e6/27b0e645b5f0fd81171bce6e9ccf1613dd62cc9c2451b977efe44224a0a8/codeflare_sdk-0.33.0.tar.gz", upload-time = 2025-12-08T10:21:46Z, size = 154082, hashes = { sha256 = "a8d0a838b4ec197e91a547b8011425c1b1af8768f8cf2346365adfa24622ed48" } } +wheels = [{ url = "https://files.pythonhosted.org/packages/5c/44/4915baa541355d9247d9fa9239e374e56ff0e665f1e167a8f53dcb40821e/codeflare_sdk-0.33.0-py3-none-any.whl", upload-time = 2025-12-08T10:21:45Z, size = 222827, hashes = { sha256 = "3cd834410053e745ad1afa1edba7577a9ea909690c00b6e724d63f64b83f9ca2" } }] [[packages]] name = "colorful" @@ -3295,33 +3295,24 @@ wheels = [ [[packages]] name = "ray" -version = "2.47.1" +version = "2.52.1" marker = "implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://files.pythonhosted.org/packages/92/fe/2f1fc21b7a321385fe34fd159c27245c06bad795aba7de71f29e7a00e741/ray-2.47.1-cp310-cp310-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:11Z, size = 66145880, hashes = { sha256 = "36a30930e8d265e708df96f37f6f1f5484f4b97090d505912f992e045a69d310" } }, - { url = "https://files.pythonhosted.org/packages/87/4a/60b0ce7dc1ac04e9c48fc398afed557f0f0cb3fd74c07cb71b567a041157/ray-2.47.1-cp310-cp310-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:18Z, size = 68562947, hashes = { sha256 = "7c03a1e366d3a868a55f8c2f728f5ce35ac85ddf093ac81d0c1a35bf1c25c377" } }, - { url = "https://files.pythonhosted.org/packages/2f/a6/bad64e886ef74bbcab7d36b617e41c378088fc4852557005c1e227669697/ray-2.47.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:24Z, size = 67810643, hashes = { sha256 = "6fc7df8657b8df684b77c2d1b643137ad745aa1c12ade34743f06cca79003df0" } }, - { url = "https://files.pythonhosted.org/packages/6d/98/9289f360deb9b3d32cc9170168dff919c2f5192bf87682d5b72050206dca/ray-2.47.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:30Z, size = 68760640, hashes = { sha256 = "84a96b4720175a0000521a48eb7aa915f3b419bb5cd6172d8dee005c3f23b813" } }, - { url = "https://files.pythonhosted.org/packages/b6/6c/80690615b50e5e6f5309d5f0f9fcaaf83170e5240252c0d8bbeedc8dc9bd/ray-2.47.1-cp310-cp310-win_amd64.whl", upload-time = 2025-06-17T22:26:35Z, size = 26231731, hashes = { sha256 = "44900a1a72cb3bfb331db160a8975737c25945a97f376c70e72ccf35adf3b744" } }, - { url = "https://files.pythonhosted.org/packages/82/8c/f763f633a4c80d9ead6c1e9277983c42286a3a83dedccedb15363f3d4c40/ray-2.47.1-cp311-cp311-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:40Z, size = 66106702, hashes = { sha256 = "a640d447e0e6cf63f85b9220c883ec02bb2b8e40a9c1d84efa012795c769ba68" } }, - { url = "https://files.pythonhosted.org/packages/5d/10/05b70d425c46eba22bdd46a77cf7db09328eb9dcbf5952fa32e42c5c28e5/ray-2.47.1-cp311-cp311-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:46Z, size = 68525746, hashes = { sha256 = "feeba1e715cfd8737d3adcd2018d0cdabb7c6084fa4b093e638e6c7d42f3c956" } }, - { url = "https://files.pythonhosted.org/packages/cd/2d/a3fe20b0830ecbe74dac1ae809c265023f713e19a9f6100870d50885f44d/ray-2.47.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:52Z, size = 67906931, hashes = { sha256 = "db5ff652e9035f03c65e1742a706b76519f6e8a6744cc005396053ac8766fc46" } }, - { url = "https://files.pythonhosted.org/packages/5f/2b/d1395192c748b3761a43f2dbd9fa702a56f8e185fc2beee73ba25e801a46/ray-2.47.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:57Z, size = 68851571, hashes = { sha256 = "48961229614b2b56a535be510c8abc76e99a9aa7fa195b5c949bd0c6c69af40a" } }, - { url = "https://files.pythonhosted.org/packages/de/dd/b5dc7d3581e52683259c80014e95074835042ceaf1dea6a400185e0e1947/ray-2.47.1-cp311-cp311-win_amd64.whl", upload-time = 2025-06-17T22:27:03Z, size = 26180204, hashes = { sha256 = "bd1cba64070db06bbf79c0e075cdc4529193e2d0b19564f4f057b4193b29e912" } }, - { url = "https://files.pythonhosted.org/packages/96/d8/833edaf128fb5cdd53818d307bb93df75d943f32ecc5cb0d7b14981265e6/ray-2.47.1-cp312-cp312-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:08Z, size = 66091855, hashes = { sha256 = "322049c4546cf67e5efdad90c371c5508acbb193e5aaaf4038103c6c5ce1f578" } }, - { url = "https://files.pythonhosted.org/packages/ce/fa/23640e58046c91fcc05edd04bd51dd3d6a44cd7b408faf5bb3528a24c13d/ray-2.47.1-cp312-cp312-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:15Z, size = 68512697, hashes = { sha256 = "e6d9c78e53ac89cabbc4056aecfec53c506c692e3132af9dae941d6180ef462f" } }, - { url = "https://files.pythonhosted.org/packages/c5/32/6abf17053eb0ae720a2981a17e6b22797cc655782b603a707052b47f64eb/ray-2.47.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:21Z, size = 67918881, hashes = { sha256 = "cd4e7eb475487364b5209963b17cefedcb7fbd3a816fdb6def7ea533ebd72424" } }, - { url = "https://files.pythonhosted.org/packages/5c/31/4545d03ed68eedf42b52e2a8705a584361e262640e145d6ab219ae33969c/ray-2.47.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:27Z, size = 68888167, hashes = { sha256 = "3eaeaeec3bbe2ca6493e530c30473d84b8580a7ac3256bb9183d8c63def5a92f" } }, - { url = "https://files.pythonhosted.org/packages/94/f6/ed91383e0057ad9e3d9c45212a0c7edc5a9d24a2e46da0d55c8233df868c/ray-2.47.1-cp312-cp312-win_amd64.whl", upload-time = 2025-06-17T22:27:33Z, size = 26164455, hashes = { sha256 = "601f23ba89918b7b3ffebf967328f7bdb605deaf8c103aad7820dc2722fe450c" } }, - { url = "https://files.pythonhosted.org/packages/7b/85/4dbf9a126f080a1114ec7738d9274759c256ff2a1c21662b09123311bbf0/ray-2.47.1-cp313-cp313-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:38Z, size = 66082130, hashes = { sha256 = "8cd625d469ce15391e5f1f44ddf8dd30b2380f917603fa0172661229acb0011f" } }, - { url = "https://files.pythonhosted.org/packages/5a/8e/e893176ca3c02a310bb962b287436508f5b61fd179a7283f37610c0e0087/ray-2.47.1-cp313-cp313-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:44Z, size = 68507369, hashes = { sha256 = "e578929f58b3f0c59c7544a96d864e26278238b755d13cd19ae798070c848e57" } }, - { url = "https://files.pythonhosted.org/packages/0c/97/f36e8a19885d930ab0dbcb0b7b6706e630412336b08fa3312bcaaad818b7/ray-2.47.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:51Z, size = 67875541, hashes = { sha256 = "d6ed6d182e25d6f77179dc77bc97a749c81765b13cb671a46db3203029389663" } }, - { url = "https://files.pythonhosted.org/packages/52/60/83430886d17526f4757e298b77268533afeedc74ed934f911d522f191ef2/ray-2.47.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:57Z, size = 68848558, hashes = { sha256 = "252a471e8afb918b105cdbffb4cbebb0143baad75a06c8ffcde27ac317579ccb" } }, - { url = "https://files.pythonhosted.org/packages/cf/84/055a43a9157869912b7455afbf83a7f01795def134655f82e681496378ed/ray-2.47.1-cp39-cp39-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:28:03Z, size = 66149938, hashes = { sha256 = "c21720f283a3df360ddec002a592ddfbaf520faf4cb1b86562a7b7c196ad96a0" } }, - { url = "https://files.pythonhosted.org/packages/98/5c/08e162bf1d83709d4bb3d7cffdd12763f6f62605c5c2ad7f3b071a66353e/ray-2.47.1-cp39-cp39-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:28:09Z, size = 68568408, hashes = { sha256 = "6c7b4abe112c4d698243e30023bcbffe2c2c9a68416b95a6a0d50f9ca5725545" } }, - { url = "https://files.pythonhosted.org/packages/9b/0f/cec17486997fae42b00a6e82f007514635a556d32217a38204ed4a3a9530/ray-2.47.1-cp39-cp39-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:28:15Z, size = 67814246, hashes = { sha256 = "21f2689c1bbc688f9cd31a18bae2c9582027e91b508073849441167bb5077816" } }, - { url = "https://files.pythonhosted.org/packages/b2/f1/734d5fd9835610c7d00ec5bbfb232a8bb4d560d0030d85f749c0eb0ee0f2/ray-2.47.1-cp39-cp39-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:28:22Z, size = 68763833, hashes = { sha256 = "106817f80087d21d24e63f6e56ea5ab7c387a25105eb65e6b783551f569534ea" } }, - { url = "https://files.pythonhosted.org/packages/20/1d/64e6d6751b11668a634c7983dffc7a739487de4544110a6cacdf33c1da64/ray-2.47.1-cp39-cp39-win_amd64.whl", upload-time = 2025-06-17T22:28:27Z, size = 26234907, hashes = { sha256 = "dee02ba9b8cd45c4eadc457183f6d80f1701b85f966d02cdacd5b11867cb7375" } }, + { url = "https://files.pythonhosted.org/packages/d0/19/7882c5918d3af848543ad1000b7da22db0f65fa20da8d371272ee24d41ba/ray-2.52.1-cp310-cp310-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:03Z, size = 69385176, hashes = { sha256 = "993194a8be70540e0f819862031bbf19a64401fbe6c31b42065fd313ba466d34" } }, + { url = "https://files.pythonhosted.org/packages/43/e4/e42cc912a657211eca9eb0befe71ffc4b6a209d561e9eaed246255c05c4d/ray-2.52.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:09Z, size = 71253481, hashes = { sha256 = "65bf461fdfe4ffa667c46f9455f8740b2ad6c1fa471b461d5f5cf6b7baf177b5" } }, + { url = "https://files.pythonhosted.org/packages/ee/3e/f180102b73157592ab48a160711771728bbbdc77f6a0510a6a7a2ca18818/ray-2.52.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:15Z, size = 72083695, hashes = { sha256 = "b3f9e61b799fb3cc8fd7077a3d2eb676ddfef7db644f6b6a2b657c5c3214cf19" } }, + { url = "https://files.pythonhosted.org/packages/f3/b4/f6109cb80f8c3057fb5361d0c76249856cda0872ef36220d9b7f600f1253/ray-2.52.1-cp310-cp310-win_amd64.whl", upload-time = 2025-11-28T02:22:19Z, size = 27169182, hashes = { sha256 = "24694e60cdc7770b90f123cc578cabb9d1a231c1fe673b5da0027b118de45846" } }, + { url = "https://files.pythonhosted.org/packages/8c/64/688d72f53f7adf582913a1bba95ab9fc3232a144057aec6b6f62cc1c76b4/ray-2.52.1-cp311-cp311-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:24Z, size = 69389239, hashes = { sha256 = "f59e3b2d1a1466ac0778f2c6fac9ccb5f30107d77e3dddd1d60167248d268474" } }, + { url = "https://files.pythonhosted.org/packages/0b/c6/ae42db4bc9efd221643abad28d0fcdeecc31d49728f07eb27d2b1e4fcebc/ray-2.52.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:30Z, size = 71373439, hashes = { sha256 = "2b57ef272a2a0a0dbae6d18d70aa541eab620b4fe3b44d50466d3a533c16f9d9" } }, + { url = "https://files.pythonhosted.org/packages/40/5e/b000aa0e8189b37a8f2dfb4f589bb78105e9c451ad75424d4e67f03c5c79/ray-2.52.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:35Z, size = 72201688, hashes = { sha256 = "a5a3c268d45060c50cd029979ecc5f1eaaec040b19fa88dd4fe9e927d19ff13e" } }, + { url = "https://files.pythonhosted.org/packages/fc/5f/0b2e7bf4e1e80c83aaba789de81f346b6fd5f014223873e22f94e2e1c5d4/ray-2.52.1-cp311-cp311-win_amd64.whl", upload-time = 2025-11-28T02:22:40Z, size = 27163246, hashes = { sha256 = "4e8478544fef69a17d865431c0bebdcfeff7c0f76a306f29b73c3bc3cbb0bdb9" } }, + { url = "https://files.pythonhosted.org/packages/5c/c5/d5c3b6e28dee2bb6f9029dfcb950f41c2e682b1bf4cdbbbe42bde66f2ea8/ray-2.52.1-cp312-cp312-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:45Z, size = 69374499, hashes = { sha256 = "6831592fedf0a122016f5dab4b67d85fa3d4db3b21f588d18834b5c031396d1c" } }, + { url = "https://files.pythonhosted.org/packages/63/9f/a019b66f1d716cfed89edfa6c597c9bffe4eab559042a8495a9c2b2c82ab/ray-2.52.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:51Z, size = 71412116, hashes = { sha256 = "08eb8f5fd55292ba6bee363a32491136a5e54af54e007f81e0603986fbea41a4" } }, + { url = "https://files.pythonhosted.org/packages/d7/a5/eaea6f080953dfe1506c4d7b7e16a46536b6ebc9f39703683e0c94e115e0/ray-2.52.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:56Z, size = 72267230, hashes = { sha256 = "843c0108ad72bb7fc6c23a22e29e6099546a5eaad3ad675c78a146d9080f6ec6" } }, + { url = "https://files.pythonhosted.org/packages/eb/69/d6cabdd6f3651f380a0cdf90d97b71ec266d6ba06fd2e649e8c878ab08ce/ray-2.52.1-cp312-cp312-win_amd64.whl", upload-time = 2025-11-28T02:23:01Z, size = 27144021, hashes = { sha256 = "8045172ad3fcff62b9dab9a4cd2e0991ad0e27fc814fe625a8d3a120306651d6" } }, + { url = "https://files.pythonhosted.org/packages/b3/8a/d802270d2871cb3a18cb470f4645eb5cef0deaeda9a4c0d1ac280f2a7424/ray-2.52.1-cp313-cp313-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:23:06Z, size = 69321286, hashes = { sha256 = "b5bc29548abb0a0a7ae9e6ff3b0ccca2824edaf011a4336e15a32793d574fbfd" } }, + { url = "https://files.pythonhosted.org/packages/7c/35/5f354584dfbc38e0851f9284f905798060d7fca98c9e9da42838296515b7/ray-2.52.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:23:11Z, size = 71319629, hashes = { sha256 = "e3826aeb4e4399de0c6885bd8be7ce2f629fa0010f0013f1183e0726b3d25e40" } }, + { url = "https://files.pythonhosted.org/packages/a0/a0/b5e0099e1b1b3dc2e4c6c78a6630fd97ed2706cd47daba4d7872897cfe86/ray-2.52.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:23:17Z, size = 72181309, hashes = { sha256 = "bbe492c780a39a64bd3d0766cad10d54cf12222df88d287ec2d8f2d52de37c79" } }, ] [[packages]] diff --git a/runtimes/rocm-tensorflow/ubi9-python-3.12/pyproject.toml b/runtimes/rocm-tensorflow/ubi9-python-3.12/pyproject.toml index e234ac5ed6..19b349c06c 100644 --- a/runtimes/rocm-tensorflow/ubi9-python-3.12/pyproject.toml +++ b/runtimes/rocm-tensorflow/ubi9-python-3.12/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "skl2onnx~=1.19.1", # Required for skl2onnx, as upgraded version is not compatible with protobuf "onnxconverter-common~=1.13.0", - "codeflare-sdk~=0.32.1", + "codeflare-sdk~=0.33.0", # DB connectors "pymongo~=4.15.3", diff --git a/runtimes/tensorflow/ubi9-python-3.12/pylock.toml b/runtimes/tensorflow/ubi9-python-3.12/pylock.toml index 874af67a6a..c367175f0a 100644 --- a/runtimes/tensorflow/ubi9-python-3.12/pylock.toml +++ b/runtimes/tensorflow/ubi9-python-3.12/pylock.toml @@ -580,10 +580,10 @@ wheels = [ [[packages]] name = "click" -version = "8.3.1" +version = "8.2.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -sdist = { url = "https://files.pythonhosted.org/packages/3d/fa/656b739db8587d7b5dfa22e22ed02566950fbfbcdc20311993483657a5c0/click-8.3.1.tar.gz", upload-time = 2025-11-15T20:45:42Z, size = 295065, hashes = { sha256 = "12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a" } } -wheels = [{ url = "https://files.pythonhosted.org/packages/98/78/01c019cdb5d6498122777c1a43056ebb3ebfeef2076d9d026bfe15583b2b/click-8.3.1-py3-none-any.whl", upload-time = 2025-11-15T20:45:41Z, size = 108274, hashes = { sha256 = "981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6" } }] +sdist = { url = "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz", upload-time = 2025-05-20T23:19:49Z, size = 286342, hashes = { sha256 = "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" } } +wheels = [{ url = "https://files.pythonhosted.org/packages/85/32/10bb5764d90a8eee674e9dc6f4db6a0ab47c8c4d0d83c27f7c39ac415a4d/click-8.2.1-py3-none-any.whl", upload-time = 2025-05-20T23:19:47Z, size = 102215, hashes = { sha256 = "61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b" } }] [[packages]] name = "cloudpickle" @@ -594,10 +594,10 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/88/39/799be3f2f0f38cc [[packages]] name = "codeflare-sdk" -version = "0.32.2" +version = "0.33.0" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" -sdist = { url = "https://files.pythonhosted.org/packages/b3/59/22314bdbd39741cfbaebb9cd225b6036f0c7a5e9a84822f7e756bf415431/codeflare_sdk-0.32.2.tar.gz", upload-time = 2025-11-11T17:12:45Z, size = 152072, hashes = { sha256 = "918434c599effa779601eee8f200879516c39ada289f1a935973f96c947caf0f" } } -wheels = [{ url = "https://files.pythonhosted.org/packages/7e/0a/25a411ad52433d3c56344d391c09ade8316ec735359086323202019c3a34/codeflare_sdk-0.32.2-py3-none-any.whl", upload-time = 2025-11-11T17:12:44Z, size = 220792, hashes = { sha256 = "0b0c2ca34820c3f96246643697b90a95eb7f1b5d5b8a6e2b4e7f41a311f90f65" } }] +sdist = { url = "https://files.pythonhosted.org/packages/1a/e6/27b0e645b5f0fd81171bce6e9ccf1613dd62cc9c2451b977efe44224a0a8/codeflare_sdk-0.33.0.tar.gz", upload-time = 2025-12-08T10:21:46Z, size = 154082, hashes = { sha256 = "a8d0a838b4ec197e91a547b8011425c1b1af8768f8cf2346365adfa24622ed48" } } +wheels = [{ url = "https://files.pythonhosted.org/packages/5c/44/4915baa541355d9247d9fa9239e374e56ff0e665f1e167a8f53dcb40821e/codeflare_sdk-0.33.0-py3-none-any.whl", upload-time = 2025-12-08T10:21:45Z, size = 222827, hashes = { sha256 = "3cd834410053e745ad1afa1edba7577a9ea909690c00b6e724d63f64b83f9ca2" } }] [[packages]] name = "colorama" @@ -3899,33 +3899,24 @@ wheels = [ [[packages]] name = "ray" -version = "2.47.1" +version = "2.52.1" marker = "python_full_version >= '3.12' and implementation_name == 'cpython' and sys_platform == 'linux'" wheels = [ - { url = "https://files.pythonhosted.org/packages/92/fe/2f1fc21b7a321385fe34fd159c27245c06bad795aba7de71f29e7a00e741/ray-2.47.1-cp310-cp310-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:11Z, size = 66145880, hashes = { sha256 = "36a30930e8d265e708df96f37f6f1f5484f4b97090d505912f992e045a69d310" } }, - { url = "https://files.pythonhosted.org/packages/87/4a/60b0ce7dc1ac04e9c48fc398afed557f0f0cb3fd74c07cb71b567a041157/ray-2.47.1-cp310-cp310-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:18Z, size = 68562947, hashes = { sha256 = "7c03a1e366d3a868a55f8c2f728f5ce35ac85ddf093ac81d0c1a35bf1c25c377" } }, - { url = "https://files.pythonhosted.org/packages/2f/a6/bad64e886ef74bbcab7d36b617e41c378088fc4852557005c1e227669697/ray-2.47.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:24Z, size = 67810643, hashes = { sha256 = "6fc7df8657b8df684b77c2d1b643137ad745aa1c12ade34743f06cca79003df0" } }, - { url = "https://files.pythonhosted.org/packages/6d/98/9289f360deb9b3d32cc9170168dff919c2f5192bf87682d5b72050206dca/ray-2.47.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:30Z, size = 68760640, hashes = { sha256 = "84a96b4720175a0000521a48eb7aa915f3b419bb5cd6172d8dee005c3f23b813" } }, - { url = "https://files.pythonhosted.org/packages/b6/6c/80690615b50e5e6f5309d5f0f9fcaaf83170e5240252c0d8bbeedc8dc9bd/ray-2.47.1-cp310-cp310-win_amd64.whl", upload-time = 2025-06-17T22:26:35Z, size = 26231731, hashes = { sha256 = "44900a1a72cb3bfb331db160a8975737c25945a97f376c70e72ccf35adf3b744" } }, - { url = "https://files.pythonhosted.org/packages/82/8c/f763f633a4c80d9ead6c1e9277983c42286a3a83dedccedb15363f3d4c40/ray-2.47.1-cp311-cp311-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:26:40Z, size = 66106702, hashes = { sha256 = "a640d447e0e6cf63f85b9220c883ec02bb2b8e40a9c1d84efa012795c769ba68" } }, - { url = "https://files.pythonhosted.org/packages/5d/10/05b70d425c46eba22bdd46a77cf7db09328eb9dcbf5952fa32e42c5c28e5/ray-2.47.1-cp311-cp311-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:26:46Z, size = 68525746, hashes = { sha256 = "feeba1e715cfd8737d3adcd2018d0cdabb7c6084fa4b093e638e6c7d42f3c956" } }, - { url = "https://files.pythonhosted.org/packages/cd/2d/a3fe20b0830ecbe74dac1ae809c265023f713e19a9f6100870d50885f44d/ray-2.47.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:26:52Z, size = 67906931, hashes = { sha256 = "db5ff652e9035f03c65e1742a706b76519f6e8a6744cc005396053ac8766fc46" } }, - { url = "https://files.pythonhosted.org/packages/5f/2b/d1395192c748b3761a43f2dbd9fa702a56f8e185fc2beee73ba25e801a46/ray-2.47.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:26:57Z, size = 68851571, hashes = { sha256 = "48961229614b2b56a535be510c8abc76e99a9aa7fa195b5c949bd0c6c69af40a" } }, - { url = "https://files.pythonhosted.org/packages/de/dd/b5dc7d3581e52683259c80014e95074835042ceaf1dea6a400185e0e1947/ray-2.47.1-cp311-cp311-win_amd64.whl", upload-time = 2025-06-17T22:27:03Z, size = 26180204, hashes = { sha256 = "bd1cba64070db06bbf79c0e075cdc4529193e2d0b19564f4f057b4193b29e912" } }, - { url = "https://files.pythonhosted.org/packages/96/d8/833edaf128fb5cdd53818d307bb93df75d943f32ecc5cb0d7b14981265e6/ray-2.47.1-cp312-cp312-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:08Z, size = 66091855, hashes = { sha256 = "322049c4546cf67e5efdad90c371c5508acbb193e5aaaf4038103c6c5ce1f578" } }, - { url = "https://files.pythonhosted.org/packages/ce/fa/23640e58046c91fcc05edd04bd51dd3d6a44cd7b408faf5bb3528a24c13d/ray-2.47.1-cp312-cp312-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:15Z, size = 68512697, hashes = { sha256 = "e6d9c78e53ac89cabbc4056aecfec53c506c692e3132af9dae941d6180ef462f" } }, - { url = "https://files.pythonhosted.org/packages/c5/32/6abf17053eb0ae720a2981a17e6b22797cc655782b603a707052b47f64eb/ray-2.47.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:21Z, size = 67918881, hashes = { sha256 = "cd4e7eb475487364b5209963b17cefedcb7fbd3a816fdb6def7ea533ebd72424" } }, - { url = "https://files.pythonhosted.org/packages/5c/31/4545d03ed68eedf42b52e2a8705a584361e262640e145d6ab219ae33969c/ray-2.47.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:27Z, size = 68888167, hashes = { sha256 = "3eaeaeec3bbe2ca6493e530c30473d84b8580a7ac3256bb9183d8c63def5a92f" } }, - { url = "https://files.pythonhosted.org/packages/94/f6/ed91383e0057ad9e3d9c45212a0c7edc5a9d24a2e46da0d55c8233df868c/ray-2.47.1-cp312-cp312-win_amd64.whl", upload-time = 2025-06-17T22:27:33Z, size = 26164455, hashes = { sha256 = "601f23ba89918b7b3ffebf967328f7bdb605deaf8c103aad7820dc2722fe450c" } }, - { url = "https://files.pythonhosted.org/packages/7b/85/4dbf9a126f080a1114ec7738d9274759c256ff2a1c21662b09123311bbf0/ray-2.47.1-cp313-cp313-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:27:38Z, size = 66082130, hashes = { sha256 = "8cd625d469ce15391e5f1f44ddf8dd30b2380f917603fa0172661229acb0011f" } }, - { url = "https://files.pythonhosted.org/packages/5a/8e/e893176ca3c02a310bb962b287436508f5b61fd179a7283f37610c0e0087/ray-2.47.1-cp313-cp313-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:27:44Z, size = 68507369, hashes = { sha256 = "e578929f58b3f0c59c7544a96d864e26278238b755d13cd19ae798070c848e57" } }, - { url = "https://files.pythonhosted.org/packages/0c/97/f36e8a19885d930ab0dbcb0b7b6706e630412336b08fa3312bcaaad818b7/ray-2.47.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:27:51Z, size = 67875541, hashes = { sha256 = "d6ed6d182e25d6f77179dc77bc97a749c81765b13cb671a46db3203029389663" } }, - { url = "https://files.pythonhosted.org/packages/52/60/83430886d17526f4757e298b77268533afeedc74ed934f911d522f191ef2/ray-2.47.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:27:57Z, size = 68848558, hashes = { sha256 = "252a471e8afb918b105cdbffb4cbebb0143baad75a06c8ffcde27ac317579ccb" } }, - { url = "https://files.pythonhosted.org/packages/cf/84/055a43a9157869912b7455afbf83a7f01795def134655f82e681496378ed/ray-2.47.1-cp39-cp39-macosx_11_0_arm64.whl", upload-time = 2025-06-17T22:28:03Z, size = 66149938, hashes = { sha256 = "c21720f283a3df360ddec002a592ddfbaf520faf4cb1b86562a7b7c196ad96a0" } }, - { url = "https://files.pythonhosted.org/packages/98/5c/08e162bf1d83709d4bb3d7cffdd12763f6f62605c5c2ad7f3b071a66353e/ray-2.47.1-cp39-cp39-macosx_12_0_x86_64.whl", upload-time = 2025-06-17T22:28:09Z, size = 68568408, hashes = { sha256 = "6c7b4abe112c4d698243e30023bcbffe2c2c9a68416b95a6a0d50f9ca5725545" } }, - { url = "https://files.pythonhosted.org/packages/9b/0f/cec17486997fae42b00a6e82f007514635a556d32217a38204ed4a3a9530/ray-2.47.1-cp39-cp39-manylinux2014_aarch64.whl", upload-time = 2025-06-17T22:28:15Z, size = 67814246, hashes = { sha256 = "21f2689c1bbc688f9cd31a18bae2c9582027e91b508073849441167bb5077816" } }, - { url = "https://files.pythonhosted.org/packages/b2/f1/734d5fd9835610c7d00ec5bbfb232a8bb4d560d0030d85f749c0eb0ee0f2/ray-2.47.1-cp39-cp39-manylinux2014_x86_64.whl", upload-time = 2025-06-17T22:28:22Z, size = 68763833, hashes = { sha256 = "106817f80087d21d24e63f6e56ea5ab7c387a25105eb65e6b783551f569534ea" } }, - { url = "https://files.pythonhosted.org/packages/20/1d/64e6d6751b11668a634c7983dffc7a739487de4544110a6cacdf33c1da64/ray-2.47.1-cp39-cp39-win_amd64.whl", upload-time = 2025-06-17T22:28:27Z, size = 26234907, hashes = { sha256 = "dee02ba9b8cd45c4eadc457183f6d80f1701b85f966d02cdacd5b11867cb7375" } }, + { url = "https://files.pythonhosted.org/packages/d0/19/7882c5918d3af848543ad1000b7da22db0f65fa20da8d371272ee24d41ba/ray-2.52.1-cp310-cp310-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:03Z, size = 69385176, hashes = { sha256 = "993194a8be70540e0f819862031bbf19a64401fbe6c31b42065fd313ba466d34" } }, + { url = "https://files.pythonhosted.org/packages/43/e4/e42cc912a657211eca9eb0befe71ffc4b6a209d561e9eaed246255c05c4d/ray-2.52.1-cp310-cp310-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:09Z, size = 71253481, hashes = { sha256 = "65bf461fdfe4ffa667c46f9455f8740b2ad6c1fa471b461d5f5cf6b7baf177b5" } }, + { url = "https://files.pythonhosted.org/packages/ee/3e/f180102b73157592ab48a160711771728bbbdc77f6a0510a6a7a2ca18818/ray-2.52.1-cp310-cp310-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:15Z, size = 72083695, hashes = { sha256 = "b3f9e61b799fb3cc8fd7077a3d2eb676ddfef7db644f6b6a2b657c5c3214cf19" } }, + { url = "https://files.pythonhosted.org/packages/f3/b4/f6109cb80f8c3057fb5361d0c76249856cda0872ef36220d9b7f600f1253/ray-2.52.1-cp310-cp310-win_amd64.whl", upload-time = 2025-11-28T02:22:19Z, size = 27169182, hashes = { sha256 = "24694e60cdc7770b90f123cc578cabb9d1a231c1fe673b5da0027b118de45846" } }, + { url = "https://files.pythonhosted.org/packages/8c/64/688d72f53f7adf582913a1bba95ab9fc3232a144057aec6b6f62cc1c76b4/ray-2.52.1-cp311-cp311-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:24Z, size = 69389239, hashes = { sha256 = "f59e3b2d1a1466ac0778f2c6fac9ccb5f30107d77e3dddd1d60167248d268474" } }, + { url = "https://files.pythonhosted.org/packages/0b/c6/ae42db4bc9efd221643abad28d0fcdeecc31d49728f07eb27d2b1e4fcebc/ray-2.52.1-cp311-cp311-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:30Z, size = 71373439, hashes = { sha256 = "2b57ef272a2a0a0dbae6d18d70aa541eab620b4fe3b44d50466d3a533c16f9d9" } }, + { url = "https://files.pythonhosted.org/packages/40/5e/b000aa0e8189b37a8f2dfb4f589bb78105e9c451ad75424d4e67f03c5c79/ray-2.52.1-cp311-cp311-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:35Z, size = 72201688, hashes = { sha256 = "a5a3c268d45060c50cd029979ecc5f1eaaec040b19fa88dd4fe9e927d19ff13e" } }, + { url = "https://files.pythonhosted.org/packages/fc/5f/0b2e7bf4e1e80c83aaba789de81f346b6fd5f014223873e22f94e2e1c5d4/ray-2.52.1-cp311-cp311-win_amd64.whl", upload-time = 2025-11-28T02:22:40Z, size = 27163246, hashes = { sha256 = "4e8478544fef69a17d865431c0bebdcfeff7c0f76a306f29b73c3bc3cbb0bdb9" } }, + { url = "https://files.pythonhosted.org/packages/5c/c5/d5c3b6e28dee2bb6f9029dfcb950f41c2e682b1bf4cdbbbe42bde66f2ea8/ray-2.52.1-cp312-cp312-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:22:45Z, size = 69374499, hashes = { sha256 = "6831592fedf0a122016f5dab4b67d85fa3d4db3b21f588d18834b5c031396d1c" } }, + { url = "https://files.pythonhosted.org/packages/63/9f/a019b66f1d716cfed89edfa6c597c9bffe4eab559042a8495a9c2b2c82ab/ray-2.52.1-cp312-cp312-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:22:51Z, size = 71412116, hashes = { sha256 = "08eb8f5fd55292ba6bee363a32491136a5e54af54e007f81e0603986fbea41a4" } }, + { url = "https://files.pythonhosted.org/packages/d7/a5/eaea6f080953dfe1506c4d7b7e16a46536b6ebc9f39703683e0c94e115e0/ray-2.52.1-cp312-cp312-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:22:56Z, size = 72267230, hashes = { sha256 = "843c0108ad72bb7fc6c23a22e29e6099546a5eaad3ad675c78a146d9080f6ec6" } }, + { url = "https://files.pythonhosted.org/packages/eb/69/d6cabdd6f3651f380a0cdf90d97b71ec266d6ba06fd2e649e8c878ab08ce/ray-2.52.1-cp312-cp312-win_amd64.whl", upload-time = 2025-11-28T02:23:01Z, size = 27144021, hashes = { sha256 = "8045172ad3fcff62b9dab9a4cd2e0991ad0e27fc814fe625a8d3a120306651d6" } }, + { url = "https://files.pythonhosted.org/packages/b3/8a/d802270d2871cb3a18cb470f4645eb5cef0deaeda9a4c0d1ac280f2a7424/ray-2.52.1-cp313-cp313-macosx_12_0_arm64.whl", upload-time = 2025-11-28T02:23:06Z, size = 69321286, hashes = { sha256 = "b5bc29548abb0a0a7ae9e6ff3b0ccca2824edaf011a4336e15a32793d574fbfd" } }, + { url = "https://files.pythonhosted.org/packages/7c/35/5f354584dfbc38e0851f9284f905798060d7fca98c9e9da42838296515b7/ray-2.52.1-cp313-cp313-manylinux2014_aarch64.whl", upload-time = 2025-11-28T02:23:11Z, size = 71319629, hashes = { sha256 = "e3826aeb4e4399de0c6885bd8be7ce2f629fa0010f0013f1183e0726b3d25e40" } }, + { url = "https://files.pythonhosted.org/packages/a0/a0/b5e0099e1b1b3dc2e4c6c78a6630fd97ed2706cd47daba4d7872897cfe86/ray-2.52.1-cp313-cp313-manylinux2014_x86_64.whl", upload-time = 2025-11-28T02:23:17Z, size = 72181309, hashes = { sha256 = "bbe492c780a39a64bd3d0766cad10d54cf12222df88d287ec2d8f2d52de37c79" } }, ] [[packages]] diff --git a/runtimes/tensorflow/ubi9-python-3.12/pyproject.toml b/runtimes/tensorflow/ubi9-python-3.12/pyproject.toml index 75ccf95e09..d744238534 100644 --- a/runtimes/tensorflow/ubi9-python-3.12/pyproject.toml +++ b/runtimes/tensorflow/ubi9-python-3.12/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "skl2onnx~=1.19.1", # Required for skl2onnx, as upgraded version is not compatible with protobuf "onnxconverter-common~=1.13.0", - "codeflare-sdk~=0.32.1", + "codeflare-sdk~=0.33.0", "feast~=0.56.0", # DB connectors