forked from pymc-devs/pymc-examples
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpixi.toml
34 lines (31 loc) · 784 Bytes
/
pixi.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
[project]
authors = ["Chris Fonnesbeck <[email protected]>"]
channels = ["conda-forge"]
description = "Add a short description here"
name = "pymc-examples"
platforms = ["linux-64"]
version = "0.1.0"
[tasks]
[dependencies]
python = ">=3.12.5,<4"
pymc = ">=5.16.2,<6"
jupyter = ">=1.1.1,<2"
ipykernel = ">=6.29.5,<7"
ipywidgets = ">=8.1.5,<9"
numpy = ">=1.26.4,<2"
arviz = ">=0.19.0,<0.20"
numpyro = ">=0.15.2,<0.16"
seaborn = ">=0.13.2,<0.14"
matplotlib = ">=3.9.2,<4"
pandas = ">=2.2.2,<3"
polars = ">=1.6.0,<2"
esbonio = ">=0.16.4,<0.17"
watermark = ">=2.5.0,<3"
nutpie = ">=0.13.2,<0.14"
numba = ">=0.60.0,<0.61"
scikit-learn = ">=1.5.2,<2"
blackjax = ">=1.2.3,<2"
bambi = ">=0.15.0,<0.16"
[pypi-dependencies]
pymc-experimental = ">=0.1.2, <0.2"
pymc-extras = ">=0.2.0, <0.3"