-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update setup.py - adding c3d - which was required given the merge of #31 * - remove outdated file * Update setup.py * Update setup.cfg * Update reinstall.sh * fix version 0.0.7
- Loading branch information
1 parent
3ac1a57
commit a4c022c
Showing
5 changed files
with
5 additions
and
12 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pip uninstall dlc2kinematics | ||
python3 setup.py sdist bdist_wheel | ||
pip install dist/dlc2kinematics-0.0.5-py3-none-any.whl | ||
pip install dist/dlc2kinematics-0.0.7-py3-none-any.whl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
|
||
setuptools.setup( | ||
name="dlc2kinematics", | ||
version="0.0.6", | ||
version="0.0.7", | ||
author="Mackenzie Mathis Lab Members", | ||
author_email="[email protected]", | ||
description="Library for kinematic analysis of DeepLabCut outputs", | ||
|
@@ -21,6 +21,7 @@ | |
url="https://github.com/AdaptiveMotorControlLab/dlc2kinematics/", | ||
install_requires=[ | ||
"h5py", | ||
"c3d", | ||
"ipython", | ||
"ipython-genutils", | ||
"matplotlib>=3.0.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters