SiraH commited on
Commit
2e53cca
1 Parent(s): 01ddf17

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +94 -0
requirements.txt ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.1
2
+ aiosignal==1.3.1
3
+ altair==5.2.0
4
+ annotated-types==0.6.0
5
+ anyio==4.2.0
6
+ attrs==23.2.0
7
+ blinker==1.7.0
8
+ cachetools==5.3.2
9
+ certifi==2023.11.17
10
+ charset-normalizer==3.3.2
11
+ click==8.1.7
12
+ colorama==0.4.6
13
+ dataclasses-json==0.6.3
14
+ diskcache==5.6.3
15
+ faiss-cpu==1.7.4
16
+ filelock==3.13.1
17
+ frozenlist==1.4.1
18
+ fsspec==2023.12.2
19
+ gitdb==4.0.11
20
+ GitPython==3.1.41
21
+ greenlet==3.0.3
22
+ huggingface-hub==0.20.2
23
+ idna==3.6
24
+ importlib-metadata==7.0.1
25
+ Jinja2==3.1.3
26
+ joblib==1.3.2
27
+ jsonpatch==1.33
28
+ jsonpointer==2.4
29
+ jsonschema==4.21.1
30
+ jsonschema-specifications==2023.12.1
31
+ langchain==0.1.1
32
+ langchain-community==0.0.13
33
+ langchain-core==0.1.13
34
+ langsmith==0.0.83
35
+ llama_cpp_python==0.2.31
36
+ markdown-it-py==3.0.0
37
+ MarkupSafe==2.1.4
38
+ marshmallow==3.20.2
39
+ mdurl==0.1.2
40
+ mpmath==1.3.0
41
+ multidict==6.0.4
42
+ mypy-extensions==1.0.0
43
+ networkx==3.2.1
44
+ nltk==3.8.1
45
+ numpy==1.26.3
46
+ packaging==23.2
47
+ pandas==2.2.0
48
+ pillow==10.2.0
49
+ protobuf==4.25.2
50
+ pyarrow==14.0.2
51
+ pydantic==2.5.3
52
+ pydantic_core==2.14.6
53
+ pydeck==0.8.1b0
54
+ Pygments==2.17.2
55
+ pypdf==4.0.0
56
+ PyPDF2==3.0.1
57
+ python-dateutil==2.8.2
58
+ pytz==2023.3.post1
59
+ PyYAML==6.0.1
60
+ referencing==0.32.1
61
+ regex==2023.12.25
62
+ requests==2.31.0
63
+ rich==13.7.0
64
+ rpds-py==0.17.1
65
+ safetensors==0.4.1
66
+ scikit-learn==1.4.0
67
+ scipy==1.11.4
68
+ sentence-transformers==2.2.2
69
+ sentencepiece==0.1.99
70
+ six==1.16.0
71
+ smmap==5.0.1
72
+ sniffio==1.3.0
73
+ SQLAlchemy==2.0.25
74
+ streamlit==1.30.0
75
+ sympy==1.12
76
+ tenacity==8.2.3
77
+ threadpoolctl==3.2.0
78
+ tokenizers==0.15.0
79
+ toml==0.10.2
80
+ toolz==0.12.0
81
+ torch==2.1.2
82
+ torchvision==0.16.2
83
+ tornado==6.4
84
+ tqdm==4.66.1
85
+ transformers==4.36.2
86
+ typing-inspect==0.9.0
87
+ typing_extensions==4.9.0
88
+ tzdata==2023.4
89
+ tzlocal==5.2
90
+ urllib3==2.1.0
91
+ validators==0.22.0
92
+ watchdog==3.0.0
93
+ yarl==1.9.4
94
+ zipp==3.17.0