-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
44 lines (39 loc) · 1.33 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
[metadata]
name = Neural-Superstatistics
version = attr: applications.version.__version__
description = "Neural Superstatistics: A Bayesian Method for Estimating Non-stationary Dynamics"
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/bayesflow-org/Neural-Superstatistics
project_urls =
Bug Tracker = https://github.com/stefanradev93/bayesflow/issues
Documentation = https://bayesflow.readthedocs.io
Changelog = https://github.com/stefanradev93/bayesflow/blob/future/CHANGELOG.rst
author = The BayesFlow Developers
maintainer = Lukas Schumacher
license = MIT
license_files = LICENSE
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
keywords =
amortized Bayesian inference
simulation-based inference
hierarchical models
[options]
python_requires = >=3.9
packages = find:
install_requires =
h5py >= 3.7
numpy >= 1.23
pandas >= 1.4
scikit-learn >= 1.0
numba >= 0.57
bayesloop >= 1.5.7
seaborn >= 0.11
matplotlib >= 3.5
tensorflow-macos >= 2.10; sys_platform == 'darwin' and platform_machine == 'arm64'
tensorflow >= 2.10.1; sys_platform != 'darwin' or platform_machine != 'arm64'
tensorflow_probability >= 0.17