Nirav-Khanpara commited on
Commit
1a69d90
·
1 Parent(s): 9a581b3

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +119 -0
requirements.txt ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.1
2
+ aiosignal==1.3.1
3
+ altair==5.2.0
4
+ annotated-types==0.6.0
5
+ anyio==3.7.1
6
+ async-timeout==4.0.3
7
+ attrs==23.1.0
8
+ backoff==2.2.1
9
+ beautifulsoup4==4.12.2
10
+ blinker==1.7.0
11
+ cachetools==5.3.2
12
+ certifi==2023.11.17
13
+ chardet==5.2.0
14
+ charset-normalizer==3.3.2
15
+ click==8.1.7
16
+ colorama==0.4.6
17
+ dataclasses-json==0.6.3
18
+ emoji==2.9.0
19
+ exceptiongroup==1.2.0
20
+ faiss-cpu==1.7.4
21
+ filelock==3.13.1
22
+ filetype==1.2.0
23
+ frozenlist==1.4.0
24
+ fsspec==2023.12.0
25
+ gitdb==4.0.11
26
+ GitPython==3.1.40
27
+ google-ai-generativelanguage==0.3.3
28
+ google-api-core==2.14.0
29
+ google-auth==2.25.1
30
+ google-generativeai==0.2.2
31
+ googleapis-common-protos==1.61.0
32
+ greenlet==3.0.1
33
+ grpcio==1.59.3
34
+ grpcio-status==1.59.3
35
+ huggingface-hub==0.19.4
36
+ idna==3.6
37
+ importlib-metadata==6.11.0
38
+ InstructorEmbedding==1.0.1
39
+ Jinja2==3.1.2
40
+ joblib==1.3.2
41
+ jsonpatch==1.33
42
+ jsonpointer==2.4
43
+ jsonschema==4.20.0
44
+ jsonschema-specifications==2023.11.2
45
+ langchain==0.0.345
46
+ langchain-core==0.0.9
47
+ langdetect==1.0.9
48
+ langsmith==0.0.69
49
+ libmagic==1.0
50
+ lxml==4.9.3
51
+ markdown-it-py==3.0.0
52
+ MarkupSafe==2.1.3
53
+ marshmallow==3.20.1
54
+ mdurl==0.1.2
55
+ mpmath==1.3.0
56
+ multidict==6.0.4
57
+ mypy-extensions==1.0.0
58
+ networkx==3.2.1
59
+ nltk==3.8.1
60
+ numpy==1.26.2
61
+ packaging==23.2
62
+ pandas==2.1.3
63
+ Pillow==10.1.0
64
+ proto-plus==1.22.3
65
+ protobuf==4.25.1
66
+ pyarrow==14.0.1
67
+ pyasn1==0.5.1
68
+ pyasn1-modules==0.3.0
69
+ pydantic==2.5.2
70
+ pydantic_core==2.14.5
71
+ pydeck==0.8.1b0
72
+ Pygments==2.17.2
73
+ python-dateutil==2.8.2
74
+ python-dotenv==1.0.0
75
+ python-iso639==2023.6.15
76
+ python-magic==0.4.27
77
+ pytz==2023.3.post1
78
+ PyYAML==6.0.1
79
+ rapidfuzz==3.5.2
80
+ referencing==0.31.1
81
+ regex==2023.10.3
82
+ requests==2.31.0
83
+ rich==13.7.0
84
+ rpds-py==0.13.2
85
+ rsa==4.9
86
+ safetensors==0.4.1
87
+ scikit-learn==1.3.2
88
+ scipy==1.11.4
89
+ sentence-transformers==2.2.2
90
+ sentencepiece==0.1.99
91
+ six==1.16.0
92
+ smmap==5.0.1
93
+ sniffio==1.3.0
94
+ soupsieve==2.5
95
+ SQLAlchemy==2.0.23
96
+ streamlit==1.29.0
97
+ sympy==1.12
98
+ tabulate==0.9.0
99
+ tenacity==8.2.3
100
+ threadpoolctl==3.2.0
101
+ tokenizers==0.15.0
102
+ toml==0.10.2
103
+ toolz==0.12.0
104
+ torch==2.1.1
105
+ torchvision==0.16.1
106
+ tornado==6.4
107
+ tqdm==4.66.1
108
+ transformers==4.35.2
109
+ typing-inspect==0.9.0
110
+ typing_extensions==4.8.0
111
+ tzdata==2023.3
112
+ tzlocal==5.2
113
+ unstructured==0.11.2
114
+ urllib3==2.1.0
115
+ validators==0.22.0
116
+ watchdog==3.0.0
117
+ wrapt==1.16.0
118
+ yarl==1.9.3
119
+ zipp==3.17.0