marcusinect commited on
Commit
5afdf18
·
1 Parent(s): 5209111

Freezing pip requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +70 -9
requirements.txt CHANGED
@@ -1,9 +1,70 @@
1
- markdownify
2
- smolagents
3
- requests
4
- duckduckgo_search
5
- pandas
6
- torch
7
- numpy
8
- python-dotenv
9
- transformers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.3.0
2
+ aiofiles==23.2.1
3
+ annotated-types==0.7.0
4
+ anyio==4.8.0
5
+ beautifulsoup4==4.13.3
6
+ certifi==2025.1.31
7
+ charset-normalizer==3.4.1
8
+ click==8.1.8
9
+ duckduckgo_search==7.3.2
10
+ fastapi==0.115.8
11
+ ffmpy==0.5.0
12
+ filelock==3.17.0
13
+ fsspec==2025.2.0
14
+ gradio==5.16.0
15
+ gradio_client==1.7.0
16
+ h11==0.14.0
17
+ httpcore==1.0.7
18
+ httpx==0.28.1
19
+ huggingface-hub==0.28.1
20
+ idna==3.10
21
+ Jinja2==3.1.5
22
+ lxml==5.3.1
23
+ markdown-it-py==3.0.0
24
+ markdownify==0.14.1
25
+ MarkupSafe==2.1.5
26
+ mdurl==0.1.2
27
+ mpmath==1.3.0
28
+ networkx==3.4.2
29
+ numpy==2.2.2
30
+ orjson==3.10.15
31
+ packaging==24.2
32
+ pandas==2.2.3
33
+ pillow==11.1.0
34
+ primp==0.12.1
35
+ psutil==6.1.1
36
+ pydantic==2.10.6
37
+ pydantic_core==2.27.2
38
+ pydub==0.25.1
39
+ Pygments==2.19.1
40
+ python-dateutil==2.9.0.post0
41
+ python-dotenv==1.0.1
42
+ python-multipart==0.0.20
43
+ pytz==2025.1
44
+ PyYAML==6.0.2
45
+ regex==2024.11.6
46
+ requests==2.32.3
47
+ rich==13.9.4
48
+ ruff==0.9.6
49
+ safehttpx==0.1.6
50
+ safetensors==0.5.2
51
+ semantic-version==2.10.0
52
+ setuptools==75.8.0
53
+ shellingham==1.5.4
54
+ six==1.17.0
55
+ smolagents==1.8.1
56
+ sniffio==1.3.1
57
+ soupsieve==2.6
58
+ starlette==0.45.3
59
+ sympy==1.13.1
60
+ tokenizers==0.21.0
61
+ tomlkit==0.13.2
62
+ torch==2.6.0
63
+ tqdm==4.67.1
64
+ transformers==4.48.3
65
+ typer==0.15.1
66
+ typing_extensions==4.12.2
67
+ tzdata==2025.1
68
+ urllib3==2.3.0
69
+ uvicorn==0.34.0
70
+ websockets==14.2