forked from bayesflow-org/bayesflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
50 lines (44 loc) · 1.26 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
[metadata]
name = bayesflow
version = attr: bayesflow.version.__version__
description = "Amortizing Bayesian inference with invertible neural networks"
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/stefanradev93/bayesflow
project_urls =
Bug Tracker = https://github.com/stefanradev93/bayesflow/issues
Documentation = https://bayesflow.readthedocs.io
Changelog = https://github.com/stefanradev93/bayesflow/blob/master/CHANGELOG.rst
author = The BayesFlow developers
maintainer = Stefan Radev
license = MIT
license_file = LICENSE
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
keywords =
amortizing Bayesian inference
invertible neural networks
[options]
packages = find:
python_requires = >= 3.8
install_requires =
h5py >= 3.6.0
numba >= 0.55.0
numpy >= 1.21.0
pandas >= 1.4.1
scikit-learn >= 1.0.2
scipy >= 1.8.0
seaborn >= 0.11.2
tensorflow >= 2.8.0
tqdm >= 4.63.0
matplotlib >= 3.5.1
m2r2 >= 0.3.2
ipykernel >= 6.9.2
ipywidgets >= 7.6.5
[options.extras_require]
test =
pytest >= 5.4.3
tensorflow_probability >= 0.16.0