-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixi.toml
More file actions
39 lines (36 loc) · 949 Bytes
/
pixi.toml
File metadata and controls
39 lines (36 loc) · 949 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
30
31
32
33
34
35
36
37
38
39
[project]
name = "zarrcade"
version = "1.9.0"
description = " Create web-based OME-Zarr galleries"
authors = ["Konrad Rokicki <rokickik@janelia.hhmi.org>"]
channels = ["conda-forge", "ome"]
platforms = ["linux-64", "osx-arm64"]
[tasks]
zarrcade = "python -m zarrcade.cli"
dev-launch = "pixi run uvicorn zarrcade.serve:app --port 8000 --reload"
dev-launch-remote = "pixi run uvicorn zarrcade.serve:app --host 0.0.0.0 --port 8000 --reload --ssl-keyfile /opt/certs/cert.key --ssl-certfile /opt/certs/cert.crt"
[dependencies]
bioformats2raw = "*"
loguru = "0.7.*"
fastapi = "0.115.*"
jinja2 = "3.1.*"
fsspec = "2024.*"
s3fs = "2024.*"
python = "3.10.*"
uvicorn = "*"
zarr = "<3"
pillow = "11.*"
pathspec = "*"
pandas = "2.2.*"
sqlalchemy = "2.0.*"
sqlite = "3.47.*"
pydantic = "2.9.*"
pydantic-settings = "2.6.*"
pytest = "8.3.*"
pytest-cov = "6.0.*"
ipykernel = "*"
ray-default = "*"
pip = "*"
[pypi-dependencies]
microfilm = "*"
neuroglancer = "*"