From 18cbff56399febe7d07acb3d33ee0f73e58c7467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 12:05:45 +0000 Subject: [PATCH] Bump tensorflow-metal from 0.8.0 to 1.1.0 Bumps [tensorflow-metal](https://developer.apple.com/metal/tensorflow-plugin/) from 0.8.0 to 1.1.0. --- updated-dependencies: - dependency-name: tensorflow-metal dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 17 ++++++----------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index 58af70bada4b..4628bf357ee3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "absl-py" @@ -5806,19 +5806,14 @@ wrapt = ">=1.11.0,<1.15" [[package]] name = "tensorflow-metal" -version = "0.8.0" +version = "1.1.0" description = "TensorFlow acceleration for Mac GPUs." optional = true python-versions = "*" files = [ - {file = "tensorflow_metal-0.8.0-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:bbbb28df62e20d707420f4c52d04bf87f5e5990fa36ad3ad49cf43883b2a2e15"}, - {file = "tensorflow_metal-0.8.0-cp310-cp310-macosx_12_0_x86_64.whl", hash = "sha256:cafbfc62cd24cc6fbde64ab29a2981b87eee489534ba8f01e8609582312e62bd"}, - {file = "tensorflow_metal-0.8.0-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:2a6a11a2f702153bb0b6bf44288ba7095b8e0999aba5c9aad219931a15ecf860"}, - {file = "tensorflow_metal-0.8.0-cp311-cp311-macosx_12_0_x86_64.whl", hash = "sha256:6b75d4e519e763d710ed6eb6a20adf98034f1399251df288a410462f0712da32"}, - {file = "tensorflow_metal-0.8.0-cp38-cp38-macosx_12_0_arm64.whl", hash = "sha256:b6e6b0b516be4d52c9149436bdd99df85f1e6a3453ff811d59b5eef1e2368834"}, - {file = "tensorflow_metal-0.8.0-cp38-cp38-macosx_12_0_x86_64.whl", hash = "sha256:15d5fa9fec83c96940e8588e6b4140cda53f859778af713c617dc8be86025636"}, - {file = "tensorflow_metal-0.8.0-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:8a4ef5f4804d4becf9c59d376512b1f160477e408c5d00cd4f647c6d64728531"}, - {file = "tensorflow_metal-0.8.0-cp39-cp39-macosx_12_0_x86_64.whl", hash = "sha256:6172d4deed9ab87146d7392ccba5c0ff5511deb51c8af2de89cad31720380741"}, + {file = "tensorflow_metal-1.1.0-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:443d71b3a567fe3f45f982c4794d357b55dec01a4ff1d6d8ba152a68a2c018ab"}, + {file = "tensorflow_metal-1.1.0-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:1c365669fc9d764edcc1773254a477db7096975b1bff58fb37a11d7b8ca4295f"}, + {file = "tensorflow_metal-1.1.0-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:ee2ef41d91fde0740b7649e0c74dc157656f4fe4a2e00bcc03b04532ba47aa12"}, ] [package.dependencies] @@ -6956,4 +6951,4 @@ transformers = ["sentencepiece", "transformers"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "4c84d994449f859816e48dd00d77f31f6f9d964e29a9f6060300c51d923786e0" +content-hash = "03b19cccc2632586315b27a6a2db63f111a1b74ccc30284987c8c198921939e2" diff --git a/pyproject.toml b/pyproject.toml index 0944c09460d6..6f75608e8038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -272,7 +272,7 @@ version = "^0.4.4" markers = "sys_platform == 'win32'" [tool.poetry.dependencies.tensorflow-metal] -version = "0.8.0" +version = "1.1.0" markers = "sys_platform == 'darwin' and platform_machine == 'arm64'" optional = true