Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -9,4 +9,7 @@ omegaconf
|
|
| 9 |
einops
|
| 10 |
roma
|
| 11 |
jaxtyping
|
| 12 |
-
numpy<2 # Downgrade NumPy to avoid compatibility issues
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
einops
|
| 10 |
roma
|
| 11 |
jaxtyping
|
| 12 |
+
numpy<2 # Downgrade NumPy to avoid compatibility issues
|
| 13 |
+
|
| 14 |
+
gradio
|
| 15 |
+
httpx[socks]
|