Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -10,5 +10,4 @@ einops
|
|
10 |
roma
|
11 |
jaxtyping
|
12 |
numpy<2 # Downgrade NumPy to avoid compatibility issues
|
13 |
-
|
14 |
-
gradio==4.44.1
|
|
|
10 |
roma
|
11 |
jaxtyping
|
12 |
numpy<2 # Downgrade NumPy to avoid compatibility issues
|
13 |
+
pydantic==2.10.6
|
|