Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
add pycoco to requirements with python version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikb11 committed Feb 5, 2021
1 parent a7d0d4f commit 4193afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ rouge-score>=0.0.4
sentencepiece>=0.1.95
pytorch-lightning-bolts==0.3.0
filelock # comes with 3rd-party dependency
pycocotools>=2.0.2
pycocotools>=2.0.2 ; python_version >= "3.7"

0 comments on commit 4193afb

Please sign in to comment.