luisrui commited on
Commit ·
21d2f65
1
Parent(s): 3c47c7b
Pin jinja2<3.1.5 to fix gradio 4.44 unhashable dict TypeError; bump gradio to 4.44.1
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
torch>=2.1.0,<2.6
|
| 2 |
numpy>=1.24,<2.0
|
| 3 |
pandas>=2.0,<2.4
|
| 4 |
-
gradio==4.44.
|
| 5 |
gradio-client==1.3.0
|
| 6 |
huggingface_hub>=0.24,<0.26
|
| 7 |
openai>=1.40
|
|
|
|
|
|
| 1 |
torch>=2.1.0,<2.6
|
| 2 |
numpy>=1.24,<2.0
|
| 3 |
pandas>=2.0,<2.4
|
| 4 |
+
gradio==4.44.1
|
| 5 |
gradio-client==1.3.0
|
| 6 |
huggingface_hub>=0.24,<0.26
|
| 7 |
openai>=1.40
|
| 8 |
+
jinja2>=3.1,<3.1.5
|