File size: 401 Bytes
a98520f 8d7c42a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# 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 |