From aed205eae5f2b35bfae1665f7aad4f5ad6058117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:53:39 +0000 Subject: [PATCH] Update wheel requirement from ~=0.44.0 to ~=0.45.0 Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.44.0...0.45.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index aedd07966..5c7608b18 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ setuptools>=63 pytest~=8.3.3 einops~=0.8.0 -wheel~=0.44.0 +wheel~=0.45.0 lion-pytorch~=0.2.2 scipy~=1.14.1 pandas~=2.2.2