forked from graspologic-org/graspologic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
61 lines (56 loc) · 1.54 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[metadata]
name = graspologic
version = 0.1.0
description = A set of python modules for graph statistics
long_description = file: README.md
long_description_content_type = text/markdown
author = Eric Bridgeford, Jaewon Chung, Benjamin Pedigo, Bijan Varjavand
author_email = [email protected]
maintainer = Dwayne Pryce
maintainer_email = [email protected]
url = https://github.com/microsoft/graspologic
license = MIT
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Mathematics
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
packages = find:
include_package_data = True
install_requires =
anytree>=2.8.0
gensim>=3.8.0,<=3.9.0 # methods signatures changed in the 4.0.0beta release
graspologic-native
hyppo==0.1.3 # Newer versions of hyppo cause issue #659.
joblib>=0.17.0 # Older versions of joblib cause issue #806. Transitive dependency of hyppo.
matplotlib>=3.0.0,<=3.3.0
networkx>=2.1
numpy>=1.8.1
POT>=0.7.0
seaborn>= 0.11.0
scikit-learn>=0.22.0
scipy>=1.4.0
umap-learn>=0.4.6
[options.packages.find]
exclude =
tests
[options.extras_require]
dev =
black
ipykernel>=5.1.0
ipython>=7.4.0
mypy
nbsphinx
numpydoc
pandoc
pytest
pytest-cov
sphinx
sphinxcontrib-rawfiles
sphinx-rtd-theme
testfixtures