forked from minaskar/zeus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (37 loc) · 908 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 = zeus-mcmc
version = attr: zeus._version.version
author = Minas Karamanis
author_email = [email protected]
url = https://github.com/minaskar/zeus
description = zeus: Lightning Fast MCMC
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 =
zeus
test_suite = tests
setup_requires =
setuptools >=46.4.0
install_requires =
numpy
scipy
tqdm
setuptools
pytest
matplotlib
seaborn
scikit-learn