Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon authored Nov 5, 2023
1 parent 2bd73fc commit 0e99332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_version():
python_requires=">=3.6",
install_requires=get_requirements(),
extras_require={
"tests": ["mmdet==2.28.1", "pycocotools==2.0.6"],
"tests": ["mmdet==3.0.0", "pycocotools==2.0.6"],
"dev": [
"black==22.3.0",
"flake8==3.9.2",
Expand All @@ -51,10 +51,10 @@ def get_version():
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down

0 comments on commit 0e99332

Please sign in to comment.