Skip to content

Commit

Permalink
fix pycocotools req
Browse files Browse the repository at this point in the history
  • Loading branch information
sainivedh committed Nov 16, 2023
1 parent 1ee4d60 commit cf2cc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
python_requires='>=3.8',
install_requires=install_requires,
extras_require={
'all': ["pycocotools=2.0.6"],
'all': ["pycocotools==2.0.6"],
},
entry_points={
"console_scripts": [
Expand Down

0 comments on commit cf2cc78

Please sign in to comment.