We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3e9cc commit 39df16dCopy full SHA for 39df16d
anipose/__init__.py
@@ -2,6 +2,6 @@
2
3
import sys
4
5
-__version__ = '0.8.2'
+__version__ = '0.9.0'
6
VERSION = __version__
7
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
name="anipose",
8
- version="0.8.2",
+ version="0.9.0",
9
author="Pierre Karashchuk",
10
author_email="krchtchk@gmail.com",
11
description="Framework for scalable DeepLabCut based analysis including 3D tracking",
@@ -25,7 +25,7 @@
25
},
26
install_requires=[
27
'deeplabcut>=2.0.4.1',
28
- 'aniposelib>=0.3.7',
+ 'aniposelib>=0.4.0',
29
'opencv-contrib-python~=3.4',
30
'toml',
31
'numpy',
0 commit comments