NafishZaldinanda commited on
Commit
5309777
1 Parent(s): f0932bc

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +101 -0
requirements.txt ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+ aiofiles==23.2.1
3
+ aiohappyeyeballs==2.3.5
4
+ aiohttp==3.10.3
5
+ aiosignal==1.3.1
6
+ annotated-types==0.7.0
7
+ anyio==4.4.0
8
+ attrs==24.2.0
9
+ certifi==2024.7.4
10
+ charset-normalizer==3.3.2
11
+ click==8.1.7
12
+ contourpy==1.2.1
13
+ cycler==0.12.1
14
+ dataclasses-json==0.6.7
15
+ diskcache==5.6.3
16
+ fastapi==0.112.0
17
+ ffmpy==0.4.0
18
+ filelock==3.15.4
19
+ fonttools==4.53.1
20
+ frozenlist==1.4.1
21
+ fsspec==2024.6.1
22
+ gradio==4.41.0
23
+ gradio_client==1.3.0
24
+ greenlet==3.0.3
25
+ grpcio==1.65.4
26
+ grpcio-tools==1.65.4
27
+ h11==0.14.0
28
+ h2==4.1.0
29
+ hpack==4.0.0
30
+ httpcore==1.0.5
31
+ httpx==0.27.0
32
+ huggingface-hub==0.24.5
33
+ hyperframe==6.0.1
34
+ idna==3.7
35
+ importlib_resources==6.4.0
36
+ Jinja2==3.1.4
37
+ joblib==1.4.2
38
+ jsonpatch==1.33
39
+ jsonpointer==3.0.0
40
+ kiwisolver==1.4.5
41
+ langchain==0.2.13
42
+ langchain-community==0.2.12
43
+ langchain-core==0.2.30
44
+ langchain-text-splitters==0.2.2
45
+ langsmith==0.1.99
46
+ llama_cpp_python==0.2.87
47
+ markdown-it-py==3.0.0
48
+ MarkupSafe==2.1.5
49
+ marshmallow==3.21.3
50
+ matplotlib==3.9.2
51
+ mdurl==0.1.2
52
+ mpmath==1.3.0
53
+ multidict==6.0.5
54
+ mypy-extensions==1.0.0
55
+ networkx==3.3
56
+ numpy==1.26.4
57
+ orjson==3.10.7
58
+ packaging==24.1
59
+ pandas==2.2.2
60
+ pillow==10.4.0
61
+ portalocker==2.10.1
62
+ protobuf==5.27.3
63
+ pydantic==2.8.2
64
+ pydantic_core==2.20.1
65
+ pydub==0.25.1
66
+ Pygments==2.18.0
67
+ pyparsing==3.1.2
68
+ python-dateutil==2.9.0.post0
69
+ python-dotenv==1.0.1
70
+ python-multipart==0.0.9
71
+ pytz==2024.1
72
+ PyYAML==6.0.2
73
+ regex==2024.7.24
74
+ requests==2.32.3
75
+ rich==13.7.1
76
+ ruff==0.5.7
77
+ safetensors==0.4.4
78
+ scikit-learn==1.5.1
79
+ scipy==1.14.0
80
+ semantic-version==2.10.0
81
+ sentence-transformers==3.0.1
82
+ shellingham==1.5.4
83
+ six==1.16.0
84
+ sniffio==1.3.1
85
+ SQLAlchemy==2.0.32
86
+ starlette==0.37.2
87
+ sympy==1.13.2
88
+ tenacity==8.5.0
89
+ threadpoolctl==3.5.0
90
+ tokenizers==0.19.1
91
+ tomlkit==0.12.0
92
+ torch~=2.3.1
93
+ tqdm==4.66.5
94
+ transformers==4.44.0
95
+ typer==0.12.3
96
+ typing-inspect==0.9.0
97
+ typing_extensions==4.12.2
98
+ tzdata==2024.1
99
+ urllib3==2.2.2
100
+ uvicorn==0.30.5
101
+ websockets==12.0