Spaces:
Running
Running
Packages freezed on the versions in "requirements.txt"
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
gradio
|
2 |
-
pandas
|
3 |
-
azure-cosmos
|
4 |
-
|
5 |
-
requests
|
6 |
Pyarrow
|
7 |
-
tabulate
|
8 |
-
scipy
|
9 |
-
numpy
|
10 |
-
scikit-learn
|
11 |
-
numba
|
12 |
-
|
13 |
-
regex
|
|
|
1 |
+
gradio==4.44.0
|
2 |
+
pandas==2.2.3
|
3 |
+
azure-cosmos==4.7.0
|
4 |
+
huggingface-hub==0.25.1
|
5 |
+
requests==2.32.3
|
6 |
Pyarrow
|
7 |
+
tabulate==0.9.0
|
8 |
+
scipy==1.14.1
|
9 |
+
numpy==2.0.2
|
10 |
+
scikit-learn==1.5.2
|
11 |
+
numba==0.60.0
|
12 |
+
gradio_modal==0.0.3
|
13 |
+
regex==2024.9.11
|