# EMCFsys runtime dependencies.
# Install PyTorch (torch and torchvision) with the CUDA or CPU build that
# matches the target machine before installing this file.

# napari desktop application and widget framework
# napari[all]
# magicgui
# qtpy

# Core image, numerical, visualization, and analysis functionality
numpy
Pillow
scipy
scikit-image
opencv-python
pandas
matplotlib
shapely==2.1.2

# Deep-learning training and inference
timm==1.0.22
albumentations
einops
tqdm
transformers
safetensors
seaborn
huggingface_hub

# LabelMe dataset conversion and visualization
labelme==5.9.1
imgviz==1.7.6

# Required only when an instance-segmentation COCO JSON uses compressed RLE masks.
pycocotools
ninja






