DynaCLR / requirements.txt
edyoshikun's picture
Set Python version to 3.13 (#2)
a2084bc verified
# Core dependencies for DynaCLR Visualization on Hugging Face Spaces
# Gradio for the web interface
gradio==6.0.2
# Data handling and visualization
plotly>=6.3.0
pandas>=2.0.0
numpy>=1.24.0
# AnnData for single-cell analysis
anndata>=0.10.0
# OME-Zarr and image I/O
iohub[tensorstore]==0.3.0a2
# Image processing
scikit-image>=0.22.0
# Zarr for data storage
zarr>=2.17.0
# HuggingFace Hub for dataset loading
huggingface_hub>=1.1.7
# Additional dependencies for data handling
xarray<=2025.9.0
datashader>=0.18.2
matplotlib>=3.10.0