-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpyproject.toml
31 lines (29 loc) · 972 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "programmable-vi-pldi-2024"
version = "0.0.1"
package-mode = false
description = "The evaluation artifact for Probabilistic Programming with Programmable Variational Inference."
authors = ["McCoy Becker <[email protected]>", "Alexander Lew <[email protected]>", "Xiaoyan Wang <[email protected]>", "Matin Ghavami <[email protected]>", "Mathieu Huot <[email protected]>", "Martin Rinard <[email protected]>", "Vikash Mansingkha <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
adevjax = {path = "adevjax"}
genjax = {path = "genjax", develop = true}
python = "3.10.12"
jax = "0.4.20"
jaxlib="0.4.20"
numpy = "1.26.4"
tensorflow-probability = "0.21.0"
equinox = "0.11.3"
numpyro = "0.13.2"
torch = "2.1.0"
torchvision = "0.16.0"
pytest = "8.0.2"
pytest-benchmark = "4.0.0"
pyro-ppl = "1.8.6"
matplotlib = "3.6.2"
seaborn = "0.12.1"
jupyterlab = "^4.1.4"
manim = "^0.18.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"