Skip to content

Commit 3335d82

Browse files
authored
switch back to pycocotools (#6838)
windows installation is fixed on the original pycocotools pypi package, so we can update the dependency
1 parent 9dafa46 commit 3335d82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements/runtime.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
matplotlib
22
numpy
3-
pycocotools; platform_system == "Linux"
4-
pycocotools-windows; platform_system == "Windows"
3+
pycocotools
54
six
65
terminaltables

0 commit comments

Comments
 (0)