Upload RPC-Bench Space
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
huggingface-hub
|
| 3 |
-
pandas
|
| 4 |
-
numpy
|
| 5 |
-
openai
|
| 6 |
-
tqdm
|
| 7 |
-
python-dateutil
|
|
|
|
| 1 |
+
gradio==4.44.1
|
| 2 |
+
huggingface-hub==0.25.2
|
| 3 |
+
pandas==2.2.3
|
| 4 |
+
numpy==1.26.4
|
| 5 |
+
openai==1.61.1
|
| 6 |
+
tqdm==4.67.1
|
| 7 |
+
python-dateutil==2.9.0.post0
|