-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from mtorabi59/main
update packaging
- Loading branch information
Showing
6 changed files
with
89 additions
and
67 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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,6 +1,6 @@ | ||
Metadata-Version: 2.1 | ||
Name: pydfc | ||
Version: 1.0.1 | ||
Version: 1.0.3 | ||
Summary: pydfc Python package | ||
Author: Mohammad Torabi | ||
Author-email: [email protected] | ||
|
@@ -11,5 +11,20 @@ Classifier: Programming Language :: Python :: 2 | |
Classifier: Programming Language :: Python :: 3 | ||
Classifier: Operating System :: MacOS :: MacOS X | ||
Classifier: Operating System :: Microsoft :: Windows | ||
Requires-Dist: numpy==1.26.2 | ||
Requires-Dist: scipy==1.11.4 | ||
Requires-Dist: matplotlib==3.8.2 | ||
Requires-Dist: seaborn==0.13.0 | ||
Requires-Dist: joblib==1.3.2 | ||
Requires-Dist: hdf5storage==0.1.19 | ||
Requires-Dist: networkx==3.2.1 | ||
Requires-Dist: nilearn==0.10.2 | ||
Requires-Dist: pandas==2.1.3 | ||
Requires-Dist: scikit-learn==1.3.2 | ||
Requires-Dist: ksvd==0.0.3 | ||
Requires-Dist: hmmlearn==0.3.0 | ||
Requires-Dist: pycwt==0.4.0b0 | ||
Requires-Dist: pyclustering | ||
Requires-Dist: statsmodels==0.14.0 | ||
|
||
This package aims to provide a comprehensive framework for assessing dynamic functional connectivity (dFC) using multiple methods and comparing results across methods. |
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,4 +1,4 @@ | ||
README.md | ||
README.rst | ||
setup.py | ||
pydfc/__init__.py | ||
pydfc/data_loader.py | ||
|
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,15 +1,15 @@ | ||
numpy | ||
scipy | ||
matplotlib | ||
seaborn | ||
joblib | ||
hdf5storage | ||
networkx | ||
nilearn | ||
pandas | ||
scikit-learn | ||
ksvd | ||
hmmlearn | ||
pycwt | ||
numpy==1.26.2 | ||
scipy==1.11.4 | ||
matplotlib==3.8.2 | ||
seaborn==0.13.0 | ||
joblib==1.3.2 | ||
hdf5storage==0.1.19 | ||
networkx==3.2.1 | ||
nilearn==0.10.2 | ||
pandas==2.1.3 | ||
scikit-learn==1.3.2 | ||
ksvd==0.0.3 | ||
hmmlearn==0.3.0 | ||
pycwt==0.4.0b0 | ||
pyclustering | ||
statsmodels | ||
statsmodels==0.14.0 |
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