Spaces:
Sleeping
Sleeping
- requirements.txt +5 -27
requirements.txt
CHANGED
@@ -1,27 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
jupyter_client==8.6.3
|
7 |
-
jupyter_core==5.7.2
|
8 |
-
markdown-it-py==3.0.0
|
9 |
-
MarkupSafe==3.0.2
|
10 |
-
matplotlib-inline==0.1.3
|
11 |
-
numpy==2.2.1
|
12 |
-
openai==1.59.6
|
13 |
-
packaging==24.2
|
14 |
-
pandas==2.2.3
|
15 |
-
pdfminer.six==20231228
|
16 |
-
pdfplumber==0.11.5
|
17 |
-
psutil==6.1.1
|
18 |
-
pymongo==4.10.1
|
19 |
-
PyYAML==6.0.2
|
20 |
-
regex==2024.11.6
|
21 |
-
requests==2.32.3
|
22 |
-
tokenizers==0.21.0
|
23 |
-
toml==0.10.2
|
24 |
-
torch==2.5.1+cpu
|
25 |
-
torchaudio==2.5.1+cpu
|
26 |
-
torchvision==0.20.1+cpu
|
27 |
-
transformers==4.48.0
|
|
|
1 |
+
numpy
|
2 |
+
openai
|
3 |
+
pandas
|
4 |
+
torch
|
5 |
+
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|