release cotracker 2.0

This commit is contained in:
Nikita Karaev
2023-12-27 12:54:02 +00:00
parent 3df96621ed
commit f8fab323c4
38 changed files with 2238 additions and 1910 deletions

View File

@@ -8,11 +8,11 @@ from setuptools import find_packages, setup
setup(
name="cotracker",
version="1.0",
version="2.0",
install_requires=[],
packages=find_packages(exclude="notebooks"),
extras_require={
"all": ["matplotlib", "opencv-python"],
"all": ["matplotlib"],
"dev": ["flake8", "black"],
},
)