forked from minaskar/pocomc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
38 lines (37 loc) · 904 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
33
34
35
36
37
38
[metadata]
name = pocomc
version = attr: pocomc._version.version
author = Minas Karamanis
author_email = [email protected]
url = https://github.com/minaskar/pocomc
description = Preconditioned Monte Carlo
long_description = file: README.md
long_description_content_type = text/markdown
license = GPLv3
license_file = LICENCE
platform = any
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Mathematics
[options]
zip_safe = false
include_package_data = true
python_requires = >= 3.7
packages =
pocomc
pocomc/utils
test_suite = tests
setup_requires =
setuptools >=46.4.0
install_requires =
numpy
torch
tqdm
matplotlib
scipy
corner
dill