Skip to content

Commit 270074f

Browse files
Merge pull request #215 from fastlabel/feature/fix-numpy-version
numpyのバージョンが2.0になってしまうのを防ぐ
2 parents 766405f + 8746011 commit 270074f

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,5 +1,5 @@
11
requests>=2.4.2,<3.0
2-
numpy>=1.26.0
2+
numpy>=1.26.0,<2.0.0
33
geojson>=2.0.0,<4.0
44
xmltodict==0.12.0
55
Pillow>=10.0.0,<11.0.0

0 commit comments

Comments
 (0)