forked from graspologic-org/graspologic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
65 lines (60 loc) · 1.69 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
61
62
63
64
[metadata]
name = graspologic
version = 1.0.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 = Dax 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
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
packages = find:
include_package_data = True
install_requires =
anytree>=2.8.0
beartype>=0.9.0
gensim>=3.8.0,<=3.9.0 # methods signatures changed in the 4.0.0beta release
graspologic-native>=1.1.1
hyppo>=0.2.2
joblib>=0.17.0 # Older versions of joblib cause issue #806. Transitive dependency of hyppo.
matplotlib>=3.0.0,!=3.3.*
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
isort>=5.9.3
mypy>=0.910
nbsphinx>=0.8.7
numpydoc>=1.1.0
pandoc>=1.1.0
pytest>=6.2.5
pytest-cov>=3.0.0
sphinx>=4.2.0
sphinxcontrib-rawfiles>=0.1.1
sphinx-rtd-theme>=1.0.0
testfixtures>=6.18.3