-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixi.toml
More file actions
59 lines (52 loc) · 1.65 KB
/
Copy pathpixi.toml
File metadata and controls
59 lines (52 loc) · 1.65 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
[workspace]
authors = ["Jean Bilheux <bilheuxjm@ornl.gov>", "Chen Zhang <zhangc@ornl.gov>"]
channels = ["conda-forge", "pypi"]
name = "all_ct_reconstruction"
platforms = ["linux-64"]
version = "1.0.0"
[tasks]
lab = "jupyter lab --notebook-dir=notebooks"
notebook = "jupyter notebook --notebook-dir=notebooks"
# ── Common dependencies (all platforms) ──────────────────────────
[dependencies]
python = ">=3.13.5,<3.14"
jupyterlab = ">=4.4.4,<5"
jupyter = ">=1.1.1,<2"
marimo = ">=0.10,<1"
algotom = ">=1.6.0,<2"
pydantic = ">=2.11.7,<3"
ipywidgets = ">=8.1.8,<9"
ipython = ">=9.9.0,<10"
ipympl = ">=0.9.7,<0.10"
loguru = ">=0.7.3,<0.8"
# jax = ">=0.7.0,<0.8"
plotly = ">=6.5.2,<7"
numpy = ">=2.0,<3"
scipy = ">=1.14,<2"
scikit-image = ">=0.24,<1"
h5py = ">=3.12,<4"
pandas = ">=2.2,<3"
tqdm = ">=4.66,<5"
psutil = ">=6.0,<7"
astropy = ">=6.1,<7"
tifffile = ">=2024.1,<2026"
tomopy = ">=1.15,<2"
xarray = ">=2026.2.0,<2027"
pytest = ">=9.0.2,<10"
ipykernel = ">=7.2.0,<8"
pip = ">=26.0.1,<27"
[pypi-dependencies]
neutronbraggedge = ">=2.0.6, <3"
timepix-geometry-correction = { git = "https://github.com/ornlneutronimaging/timepix_geometry_correction.git", branch = "main" }
mbirjax = "*"
# ── Linux-only dependencies (CUDA, MKL) ──────────────────────────
[target.linux-64.dependencies]
astra-toolbox = ">=2.2.0,<3"
svmbir = ">=0.4.0,<0.5"
[target.linux-64.pypi-dependencies]
mkl-fft = ">=2.0.0, <3"
jax = { version = ">=0.9", extras = ["cuda13"] }
# [target.osx-arm64.pypi-dependencies]
# jax = { version = ">=0.9"}
#[target.linux-64.host-dependencies]
#cuda = "13.0"