Skip to content

Commit 718de5b

Browse files
authored
Merge pull request #211 from fastlabel/update-requirements
requirementsのversionに幅を持たせる
2 parents 3a92399 + 2916b30 commit 718de5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
requests==2.25.1
2-
numpy>=1.21.2
3-
geojson==2.5.0
1+
requests>=2.4.2,<3.0
2+
numpy>=1.26.0
3+
geojson>=2.0.0,<4.0
44
xmltodict==0.12.0
55
Pillow>=10.0.0,<11.0.0
6-
opencv-python==4.7.0.72
6+
opencv-python>=4.0.0,<5.0.0
77
aiohttp>=3.8.5

0 commit comments

Comments
 (0)