-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixi.toml
More file actions
41 lines (36 loc) · 1.16 KB
/
pixi.toml
File metadata and controls
41 lines (36 loc) · 1.16 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
[workspace]
authors = ["adiezsanchez <adiez.biotech@gmail.com>"]
channels = ["conda-forge", "pytorch", "nvidia"]
channel-priority = "disabled"
name = "yap_nuclear_3D_orgs"
platforms = ["win-64"]
version = "0.1.0"
# -------------------------
# Tasks
# -------------------------
[tasks.lab]
cmd = "jupyter lab"
[tasks.napari]
cmd = "napari"
# -------------------------
# Conda-forge dependencies
# -------------------------
[dependencies]
python = "3.10.*" # keep Python compatible with all plugins
pytorch = "==2.5.0"
pytorch-cuda = "12.1.*"
torchvision = "==0.20.0"
cellpose = "==4.0.6" # CellposeSAM (latest ViT implementation)
apoc-backend = "*" # fast GPU classifiers (APOC)
edt = "*" # Euclidean distance transforms
ipykernel = "*" # Jupyter kernel support
ipython = "*" # interactive shell
jupyterlab = "*" # Jupyter environment
napari = ">=0.6,<0.8" # avoid old 0.4.x runtime-incompatible build
nbformat = "*" # notebook parsing
czifile = "*" # Zeiss CZI file reader
plotly = "*" # plotting library
pyclesperanto-prototype = "*" # GPU image processing (OpenCL)
pyqt = "*" # GUI backend for napari
setuptools = "<81" # pin to avoid pkg_resources removal
seaborn = ">=0.13.2,<0.14"