| # Dependencies for the one-off data-curation / precompute scripts in this folder. | |
| # These are NOT needed by the deployed agent — keep them out of the top-level | |
| # requirements.txt (which builds the HF Space). Install only when re-running a | |
| # script here: pip install -r scripts/requirements-dev.txt | |
| anndata>=0.9 | |
| pandas>=2.0 | |
| huggingface_hub>=0.20 | |
| xlrd>=2.0.2 # legacy .xls reading (Collisson 2011 supplement); pandas has no built-in .xls reader | |