# 1) Pin Pydantic below 2.11 so that no bare bools make it into the schema | |
pydantic==2.10.6 | |
# 2) Install the Gradio client that includes the schema‐bool fix | |
gradio-client==1.8.0 | |
# 3) And a matching Gradio version that you know works | |
gradio>=5.20.1 | |
torch==2.4.0 | |
torchvision==0.19.0 | |
hydra-core==1.3.2 | |
scipy | |
omegaconf | |
opencv-python | |
einops | |
numpy==1.26.3 | |
viser | |
trimesh | |
matplotlib | |
Pillow | |
onnxruntime | |