-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Leap Motion import, update dependencies (#15)
- Loading branch information
1 parent
9e3f731
commit e93644e
Showing
7 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
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
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
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
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,13 +1,13 @@ | ||
# for Leap Motion recording | ||
matplotlib==3.3.3 | ||
numpy==1.19.5 | ||
numpy>=1.19.5 | ||
pandas==1.1.5 | ||
# for simulation | ||
AnyPyTools==1.4.6 | ||
AnyPyTools==1.7.8 | ||
# for PyMO (bvh animation) | ||
scikit-learn==0.23.2 | ||
# for GUI | ||
Gooey==1.0.8 | ||
Gooey==1.0.8.1 | ||
pywin32==301 | ||
pywinauto==0.6.8 | ||
wxPython==4.1.0 | ||
wxPython>=4.1.0 |