forked from graspologic-org/graspologic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
67 lines (62 loc) · 1.87 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
65
66
[metadata]
name = graspologic
version = 3.2.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 = j1c@jhu.edu
maintainer = Dax Pryce
maintainer_email = daxpryce@microsoft.com
url = https://github.com/microsoft/graspologic
license = MIT
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Mathematics
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
packages = find:
include_package_data = True
python_requires = >=3.8, <3.12
install_requires =
anytree>=2.8.0
beartype>=0.10.0
gensim>=4.0.0,!=4.2.0 # bug with 4.2.0 on some platforms, issue #998
graspologic-native>=1.1.1
hyppo>=0.3.2 # bug with lower versions and scipy>=1.8
joblib>=0.17.0 # Older versions of joblib cause issue #806. Transitive dependency of hyppo.
matplotlib>=3.0.0,!=3.3.*,!=3.6.1
networkx>=2.1
numpy>=1.8.1
POT>=0.7.0
seaborn>= 0.11.0
scikit-learn>=0.22.0
scipy>=1.9.0
statsmodels>=0.13.2
typing-extensions>=4.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,!=8.7.0 # https://github.com/spatialaudio/nbsphinx/issues/687#issuecomment-1339271312
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