-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpyproject.toml
41 lines (37 loc) · 854 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
32
33
34
35
36
37
38
39
40
41
[tool.poetry]
name = "muse-inference"
version = "0.1.0"
description = ""
authors = ["Marius Millea <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.12"
scipy = "1.9"
numpy = ">=1.17.0, <=1.22.4"
tqdm = "^4"
[tool.poetry.dev-dependencies]
corner = "^2.2.1"
coverage = "^6.4.1"
emcee = "^3.1.2"
ipykernel = "^6.7"
ipympl = "^0.9.2"
ipython = "^7"
jax = {extras = ["cuda"], version = "^0.3"}
jaxlib = "^0.3"
jaxopt = "^0.4.3"
jupytext = "^1.13"
multiprocess = "^0.70.12"
nbsphinx = "^0.8.8"
numpyro = "^0.10.0"
pymc = "^4.1"
pytest = "^6.2"
pytest-cov = "^3.0.0"
Sphinx = "^4.4"
sphinx-rtd-theme = "^1"
ttictoc = "^0.5.6"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "jorenham/jax_pep503"
url = "https://jorenham.github.io/jax_pep503/"
secondary = true