Bazedgul commited on
Commit
b10e328
1 Parent(s): 015bbbb

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +93 -0
requirements.txt ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.4
2
+ aiosignal==1.3.1
3
+ altair==4.0.0
4
+ async-timeout==4.0.2
5
+ attrs==23.1.0
6
+ blinker==1.6.2
7
+ cachetools==5.3.1
8
+ certifi==2023.5.7
9
+ charset-normalizer==3.1.0
10
+ click==8.1.3
11
+ colorama==0.4.6
12
+ dataclasses-json==0.5.8
13
+ decorator==5.1.1
14
+ entrypoints==0.4
15
+ faiss-cpu==1.7.4
16
+ filelock==3.12.2
17
+ frozenlist==1.3.3
18
+ fsspec==2023.6.0
19
+ gitdb==4.0.10
20
+ GitPython==3.1.31
21
+ greenlet==2.0.2
22
+ huggingface-hub==0.15.1
23
+ idna==3.4
24
+ importlib-metadata==6.6.0
25
+ InstructorEmbedding==1.0.1
26
+ Jinja2==3.1.2
27
+ joblib==1.2.0
28
+ jsonschema==4.17.3
29
+ langchain==0.0.202
30
+ langchainplus-sdk==0.0.10
31
+ markdown-it-py==3.0.0
32
+ MarkupSafe==2.1.3
33
+ marshmallow==3.19.0
34
+ marshmallow-enum==1.5.1
35
+ mdurl==0.1.2
36
+ mpmath==1.3.0
37
+ multidict==6.0.4
38
+ mypy-extensions==1.0.0
39
+ networkx==3.1
40
+ nltk==3.8.1
41
+ numexpr==2.8.4
42
+ numpy==1.25.0
43
+ openai==0.27.8
44
+ openapi-schema-pydantic==1.2.4
45
+ packaging==23.1
46
+ pandas==2.0.2
47
+ Pillow==9.5.0
48
+ protobuf==3.20.3
49
+ pyarrow==12.0.1
50
+ pydantic==1.10.9
51
+ pydeck==0.8.1b0
52
+ Pygments==2.15.1
53
+ Pympler==1.0.1
54
+ PyPDF2==3.0.1
55
+ pyrsistent==0.19.3
56
+ python-dateutil==2.8.2
57
+ python-dotenv==1.0.0
58
+ pytz==2023.3
59
+ PyYAML==6.0
60
+ regex==2023.6.3
61
+ requests==2.31.0
62
+ rich==13.4.2
63
+ safetensors==0.3.1
64
+ scikit-learn==1.2.2
65
+ scipy==1.10.1
66
+ semver==3.0.1
67
+ sentence-transformers==2.2.2
68
+ sentencepiece==0.1.99
69
+ six==1.16.0
70
+ smmap==5.0.0
71
+ SQLAlchemy==2.0.16
72
+ streamlit==1.12.0
73
+ sympy==1.12
74
+ tenacity==8.2.2
75
+ threadpoolctl==3.1.0
76
+ tiktoken==0.4.0
77
+ tokenizers==0.13.3
78
+ toml==0.10.2
79
+ toolz==0.12.0
80
+ torch==2.0.1
81
+ torchvision==0.15.2
82
+ tornado==6.3.2
83
+ tqdm==4.65.0
84
+ transformers==4.30.2
85
+ typing-inspect==0.9.0
86
+ typing_extensions==4.6.3
87
+ tzdata==2023.3
88
+ tzlocal==5.0.1
89
+ urllib3==2.0.3
90
+ validators==0.20.0
91
+ watchdog==3.0.0
92
+ yarl==1.9.2
93
+ zipp==3.15.0