From c00b46783fc0a55c5a9f9d640236e7a3d3840a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 17:01:55 +0000 Subject: [PATCH] chore(deps): bump numpy from 1.24.3 to 1.26.4 Bumps [numpy](https://github.com/numpy/numpy) from 1.24.3 to 1.26.4. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.24.3...v1.26.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68a2493..30d92f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ docs = ["mkdocs", "mkdocstrings[python]", "mkdocs-material", "pillow", "cairosvg publish = ["build"] convert = [ "accelerate==0.29.3", - "numpy==1.24.3", + "numpy==1.26.4", "sentencepiece==0.2.0", "torch==2.3.0", "torchaudio==2.3.0",