Paper2Agent_decoupleRpy / scripts /requirements-dev.txt
dependabot[bot]
chore(deps-dev): update xlrd requirement from >=2.0 to >=2.0.2 (#6)
c1f52c9
Raw
History Blame Contribute Delete
455 Bytes
# 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