# App runtime gradio==6.18.0 pandas==3.0.3 requests==2.34.2 Pillow==12.2.0 # ML — plant genus recognition (inference + training script) datasets==5.0.0 transformers==5.12.0 accelerate==1.14.0 # ML — plant-care advisor chat via HF Inference Providers (modules/advisor.py) huggingface_hub==1.19.0 # torch: left unpinned on purpose — Colab/HF Spaces ship a CUDA-matched build, # and pinning here would force a CPU reinstall over it. Tested with 2.12.0. torch>=2.12 torchvision