-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47e5b3b
commit 61949d9
Showing
1 changed file
with
2 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,8 @@ | |
version="1.0", | ||
author="Adam Gosztolai", | ||
author_email="[email protected]", | ||
description="""Package for the data-driven representation of non-linear dynamics | ||
over manifolds based on a statistical distribution of local phase portrait features. | ||
Includes specific example on dynamical systems, synthetic- and real neural datasets.""", | ||
description="""Package for the unsupervised data-driven representation of non-linear dynamics | ||
over manifolds based on a statistical distribution of local flow fields""", | ||
long_description=open("README.md", "r").read(), | ||
long_description_content_type="text/markdown", | ||
install_requires=[ | ||
|