forked from kazewong/flowMC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (26 loc) · 653 Bytes
/
setup.cfg
File metadata and controls
29 lines (26 loc) · 653 Bytes
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
[metadata]
name = flowMC
version = 0.3.4
author = Kaze Wong, Marylou Gabrié, Dan Foreman-Mackey
author_email = kazewong.physics@gmail.com
url = https://github.com/kazewong/flowMC
description = Normalizing flow exhanced sampler in jax
long_description = file: README.md
long_description_content_type = text/markdown
keywords = sampling, inference, machine learning, normalizing, autodiff, jax
license = MIT
[options]
packages_dir=
=src
packages = find:
install_requires =
jax>=0.4.24
jaxlib>=0.4.24
equinox>=0.10.6
optax>=0.1.5
evosax>=0.1.4
tqdm
corner
python_requires = >=3.10
[options.packages.find]
where=src