From ab5c0757c039742296face4147d79f461dd0d48d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 02:09:46 +0000 Subject: [PATCH] fix(classify-image): update python to 3.13.x --- .../applications/classify-image/poetry.lock | 29 ++----------------- .../classify-image/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 27 deletions(-) diff --git a/machine-learning/hm-gradio/applications/classify-image/poetry.lock b/machine-learning/hm-gradio/applications/classify-image/poetry.lock index 6231a3af64..e47facfb73 100644 --- a/machine-learning/hm-gradio/applications/classify-image/poetry.lock +++ b/machine-learning/hm-gradio/applications/classify-image/poetry.lock @@ -1543,7 +1543,7 @@ files = [ [package.dependencies] annotated-types = ">=0.4.0" pydantic-core = "2.20.1" -typing-extensions = {version = ">=4.6.1", markers = "python_version < \"3.13\""} +typing-extensions = {version = ">=4.12.2", markers = "python_version >= \"3.13\""} [package.extras] email = ["email-validator (>=2.0.0)"] @@ -2053,7 +2053,6 @@ nvidia-nccl-cu12 = {version = "2.20.5", markers = "platform_system == \"Linux\" nvidia-nvtx-cu12 = {version = "12.1.105", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} setuptools = "*" sympy = "*" -triton = {version = "3.0.0", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\" and python_version < \"3.13\""} typing-extensions = ">=4.8.0" [package.extras] @@ -2118,28 +2117,6 @@ notebook = ["ipywidgets (>=6)"] slack = ["slack-sdk"] telegram = ["requests"] -[[package]] -name = "triton" -version = "3.0.0" -description = "A language and compiler for custom Deep Learning operations" -optional = false -python-versions = "*" -files = [ - {file = "triton-3.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:e1efef76935b2febc365bfadf74bcb65a6f959a9872e5bddf44cc9e0adce1e1a"}, - {file = "triton-3.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:5ce8520437c602fb633f1324cc3871c47bee3b67acf9756c1a66309b60e3216c"}, - {file = "triton-3.0.0-1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:34e509deb77f1c067d8640725ef00c5cbfcb2052a1a3cb6a6d343841f92624eb"}, - {file = "triton-3.0.0-1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:bcbf3b1c48af6a28011a5c40a5b3b9b5330530c3827716b5fbf6d7adcc1e53e9"}, - {file = "triton-3.0.0-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:6e5727202f7078c56f91ff13ad0c1abab14a0e7f2c87e91b12b6f64f3e8ae609"}, -] - -[package.dependencies] -filelock = "*" - -[package.extras] -build = ["cmake (>=3.20)", "lit"] -tests = ["autopep8", "flake8", "isort", "llnl-hatchet", "numpy", "pytest", "scipy (>=1.7.1)"] -tutorials = ["matplotlib", "pandas", "tabulate"] - [[package]] name = "typer" version = "0.12.5" @@ -2297,5 +2274,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = "3.12.x" -content-hash = "ff0a21a5aa49ab739994436e1a21a23522f3ef03330056872fe105248abf3cfc" +python-versions = "3.13.x" +content-hash = "2921d693d8c6130a2c2eb17604d0954e753de864b7a2757abda33027269d3246" diff --git a/machine-learning/hm-gradio/applications/classify-image/pyproject.toml b/machine-learning/hm-gradio/applications/classify-image/pyproject.toml index 795fbc9c30..f2e2e52323 100644 --- a/machine-learning/hm-gradio/applications/classify-image/pyproject.toml +++ b/machine-learning/hm-gradio/applications/classify-image/pyproject.toml @@ -2,7 +2,7 @@ package-mode = false [tool.poetry.dependencies] -python = "3.12.x" +python = "3.13.x" gradio = "4.44.1" httpx = "0.27.2" torch = "2.4.1"