-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixi.toml
More file actions
29 lines (27 loc) · 723 Bytes
/
pixi.toml
File metadata and controls
29 lines (27 loc) · 723 Bytes
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
[project]
name = "int_organoids"
channels = ["pytorch", "nvidia", "conda-forge"]
platforms = ["win-64"]
[dependencies]
python = "3.9.*"
pytorch = "==2.5.0"
pytorch-cuda = "12.1.*"
torchvision = "==0.20.0"
napari = "*"
numpy = "*"
pandas = "*"
tifffile = "*"
matplotlib = "*"
tqdm = "*"
scikit-image = "*"
plotly = "*"
pyclesperanto-prototype = "*"
napari-segment-blobs-and-things-with-membranes = "*"
apoc-backend = "*"
jupyterlab = "*"
ultralytics = "*"
[tasks]
lab = "jupyter lab"
fix-pillow = "python -m pip install --no-deps --force-reinstall pillow==9.2.0"
fix-opencv = "python -m pip install --no-deps --ignore-installed opencv-python==4.10.0.84"
postfix-windows-dll = { depends-on = ["fix-pillow", "fix-opencv"] }