-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixi.toml
More file actions
61 lines (54 loc) · 1.42 KB
/
pixi.toml
File metadata and controls
61 lines (54 loc) · 1.42 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
60
61
[workspace]
channels = ["pypi" ,"conda-forge"]
name = "PaperPublishgit"
platforms = ["linux-64","win-64","osx-64"]
version = "0.1.0"
[tasks]
jupserve = "jupyter lab --no-browser --ip=127.0.0.1"
statsserver = { cmd = "jupyter lab --no-browser --ip=127.0.0.1", default-environment = "statsmodels" }
[dependencies]
python = ">=3.13.11,<3.14"
openpyxl = ">=3.1.5,<4"
[pypi-dependencies]
jupyter = ">=1.1.1, <2"
jupyterlab = ">=4.5.3, <5"
ipython = ">=9.10.0, <10"
pandas = ">=3.0.0, <4"
numpy = ">=2.4.1, <3"
dask = ">=2026.1.1, <2027"
scipy = ">=1.17.0, <2"
scikit-image = ">=0.26.0, <0.27"
scikit-learn = ">=1.8.0, <2"
seaborn = ">=0.13.2, <0.14"
matplotlib = ">=3.10.8, <4"
bioio = ">=3.2.0, <4"
bioio-nd2 = ">=1.6.2, <2"
bioio-czi = ">=2.4.2, <3"
bioio-ome-tiff = ">=1.4.0, <2"
bioio-ome-zarr = ">=3.2.1, <4"
bioio-bioformats = ">=1.3.2, <2"
bioio-tifffile = ">=1.3.0, <2"
bioio-lif = ">=1.4.2, <2"
bioio-imageio = ">=1.3.0, <2"
magicgui = ">=0.10.1, <0.11"
qtpy = ">=2.4.3, <3"
tqdm = ">=4.67.1, <5"
ffmpeg = ">=1.4, <2"
holoviews = ">=1.22.1, <2"
patchify = ">=0.1.1, <0.2"
ngio = ">=0.1.6, <0.2"
statsmodels = ">=0.14.6, <0.15"
[feature.statsmodels]
platforms = ["osx-64", "win-64"]
[feature.statsmodels.dependencies]
python = ">=3.13,<3.14"
jupyter = "*"
scipy = "*"
scikit-learn = "*"
pandas = "*"
numpy = "*"
matplotlib = "*"
seaborn = "*"
statsmodels = "*"
[environments]
statsmodels = { features = ["statsmodels"], no-default-feature = true }