-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
47 lines (42 loc) · 1001 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
42
43
44
45
46
47
[tool.poetry]
name = "mbml_numpyro"
version = "0.1.0"
description = ""
authors = ["bdatko <ben.datko@gmail.com>"]
[tool.poetry2conda]
name = "mbml_numpyro"
[tool.poetry2conda.dependencies]
commitizen = { channel = "pip" }
poetry2conda = {channel = "pip" }
black = { channel = "pip" }
pylint = { channel = "pip" }
matplotlib = { channel = "conda-forge"}
funsor = { channel = "pip" }
daft = { channel = "pip" }
[tool.poetry.dependencies]
python = ">=3.7.1,<4.0"
pandas = "^1.2.4"
jupyter = "^1.0.0"
matplotlib = "^3.4.2"
statsmodels = "^0.12.2"
seaborn = "^0.11.1"
tabulate = "^0.8.9"
nbconvert = "^6.1.0"
arviz = "^0.11.2"
ipykernel = "^6.0.1"
ipython = "^7.25.0"
jupytext = "^1.11.3"
funsor = "^0.4.1"
daft = "^0.1.2"
numpyro = "^0.7.2"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
commitizen = "^2.17.11"
poetry2conda = "^0.3.0"
black = "^21.6b0"
mypy = "^0.910"
pylint = "^2.9.3"
pytest-mpl = "^0.13"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"