From 6b098d19104253e012697e71c84513e901e226ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 23:37:36 +0100 Subject: [PATCH] Update fire requirement from <0.5.0,>=0.4.0 to >=0.4.0,<0.6.0 (#337) Updates the requirements on [fire](https://github.com/google/python-fire) to permit the latest version. - [Release notes](https://github.com/google/python-fire/releases) - [Commits](https://github.com/google/python-fire/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: fire dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f85d245..31fa82e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ img2dataset>=1.25.5,<2 clip-anytorch>=2.5.0,<3 tqdm>=4.62.3,<5 -fire>=0.4.0,<0.5.0 +fire>=0.4.0,<0.6.0 torch>=1.7.1,<2 torchvision>=0.10.1,<2 numpy>=1.19.5,<2