Skip to content

Commit a0e038f

Browse files
Update fire requirement from <0.6.0,>=0.4.0 to >=0.4.0,<0.7.0 (#412)
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](google/python-fire@v0.4.0...v0.6.0) --- updated-dependencies: - dependency-name: fire dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e6221f commit a0e038f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tqdm>=4.62.3,<5
22
opencv-python-headless>=4.5.5.62,<5
3-
fire>=0.4.0,<0.6.0
3+
fire>=0.4.0,<0.8.0
44
webdataset>=0.2.5,<0.3
55
pandas>=1.1.5,<3
66
pyarrow>=16.0.0

0 commit comments

Comments
 (0)