Skip to content

Commit

Permalink
Bump cocoapi to v0.8.0
Browse files Browse the repository at this point in the history
This version removes the use of some expired numpy APIs.

Signed-off-by: Meenakshi Venkataraman <[email protected]>
  • Loading branch information
meena-at-work committed Nov 30, 2023
1 parent b828e79 commit 13b14ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ DEPENDENCIES_STATUS=$?

if [[ ${DEPENDENCIES_STATUS} != 0 ]]; then
# Master Branch of 2022/01/11
PYCOCOTOOLS_BRANCH_OR_COMMIT_ID="v0.7.2"
PYCOCOTOOLS_BRANCH_OR_COMMIT_ID="v0.8.0"
pip install "git+https://github.com/NVIDIA/cocoapi.git@${PYCOCOTOOLS_BRANCH_OR_COMMIT_ID}#egg=pycocotools&subdirectory=PythonAPI"
fi

0 comments on commit 13b14ef

Please sign in to comment.