Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch==2.4.0
|
2 |
torchvision==0.19.0
|
3 |
hydra-core==1.3.2
|
|
|
1 |
+
# 1) Pin Pydantic below 2.11 so that no bare bools make it into the schema
|
2 |
+
pydantic==2.10.6
|
3 |
+
|
4 |
+
# 2) Install the Gradio client that includes the schema‐bool fix
|
5 |
+
gradio-client==1.8.0
|
6 |
+
# 3) And a matching Gradio version that you know works
|
7 |
+
gradio>=5.20.1
|
8 |
+
|
9 |
torch==2.4.0
|
10 |
torchvision==0.19.0
|
11 |
hydra-core==1.3.2
|