-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
41 lines (38 loc) · 970 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
39
40
41
[metadata]
name = cmpbayes
version = 1.0.0-beta
author = David Pätzel
author_email = [email protected]
description = Tools to perform Bayesian data analysis on algorithm run results
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/dpaetzel/cmpbayes
project_urls =
Bug Tracker = https://github.com/dpaetzel/cmpbayes/issues
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Artificial Intelligence
[options]
package_dir =
= src
packages = find:
python_requires = >=3.8
install_requires =
arviz
numpy
pandas
pystan ==3.4.0
scipy
extra_requires =
click
matplotlib
[options.packages.find]
where = src
[options.package_data]
* =
*.stan