forked from peerannot/peerannot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
65 lines (61 loc) · 1.41 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
[metadata]
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering
Topic :: Utilities
Topic :: Software Development :: Libraries
description = Crowdsourcing library
download_url = https://github.com/peerannot/peerannot.git
long_description = file: README.rst
license = BSD (3-clause)
maintainer = Tanguy Lefort
maintainer_email = [email protected]
name = peerannot
platforms = any
version = file: VERSION.txt
[options]
include_package_data = True
python_requires = >=3.8
packages = find:
install_requires =
numpy
scipy
pandas
click>=8.0
torch
torchvision
torchmetrics
scikit-learn
plotly>=4.12
tqdm
pooch
Pillow
project_urls =
Documentation = https://peerannot.github.io/
Source = https://github.com/peerannot/peerannot
Tracker = https://github.com/peerannot/peerannot/issues
[options.extras_require]
test =
pytest
pytest-cov
pytest-timeout
coverage
doc =
sphinx
numpydoc
sphinx-click
sphinx-nefertiti
sphinx-copybutton
sphinx-prompt
sphinx-gallery
sphinx-design
sphinx-book-theme
nbsphinx
pandoc