forked from YingfanWang/PaCMAP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
32 lines (30 loc) · 945 Bytes
/
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
[metadata]
name = pacmap
version = 0.7.2
author = Yingfan Wang, Haiyang Huang, Cynthia Rudin, Yaron Shaposhnik
author_email = [email protected]
description = The official implementation for PaCMAP: Pairwise Controlled Manifold Approximation Projection
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/YingfanWang/PaCMAP
project_urls =
Bug Tracker = https://github.com/YingfanWang/PaCMAP/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
License :: OSI Approved :: Apache Software License
Intended Audience :: Science/Research
Intended Audience :: Developers
[options]
package_dir =
= source
packages = find:
python_requires = >=3.6
install_requires =
scikit-learn >= 0.20
numba >= 0.57
annoy >= 1.11
numpy >= 1.20
[options.packages.find]
where = source