File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11pip uninstall dlc2kinematics
22python3 setup.py sdist bdist_wheel
3- pip install dist/dlc2kinematics-0.0.5 -py3-none-any.whl
3+ pip install dist/dlc2kinematics-0.0.7 -py3-none-any.whl
Original file line number Diff line number Diff line change 11[metadata]
22name = dlc2kinematics
3- version = 0.0.3
3+ version = 0.0.7
44description = A post-deeplabcut module for kinematic analysis
55long_description = file: README.md
66long_description_content_type = text/markdown
Original file line number Diff line number Diff line change 1212
1313setuptools .setup (
1414 name = "dlc2kinematics" ,
15- version = "0.0.6 " ,
15+ version = "0.0.7 " ,
1616 author = "Mackenzie Mathis Lab Members" ,
1717 author_email = "mackenzie@post.harvard.edu" ,
1818 description = "Library for kinematic analysis of DeepLabCut outputs" ,
2121 url = "https://github.com/AdaptiveMotorControlLab/dlc2kinematics/" ,
2222 install_requires = [
2323 "h5py" ,
24+ "c3d" ,
2425 "ipython" ,
2526 "ipython-genutils" ,
2627 "matplotlib>=3.0.3" ,
Original file line number Diff line number Diff line change 44https://github.com/AdaptiveMotorControlLab/dlc2kinematics/
55"""
66
7- __version__ = "0.0.5 "
7+ __version__ = "0.0.7 "
88VERSION = __version__
You can’t perform that action at this time.
0 commit comments