wesam0099 commited on
Commit
4d22f21
·
verified ·
1 Parent(s): 474b261

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +108 -2
requirements.txt CHANGED
@@ -1,7 +1,113 @@
1
- langchain==0.0.113 # Use an older version that is known to work with pydantic 1.x
2
- pydantic==1.10.7
3
  streamlit==1.21.0
4
  streamlit-chat==0.0.2.2
5
  openai==0.27.4
6
  requests==2.28.2
7
  chromadb==0.3.21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ langchain==0.0.113
2
+ pydantic==1.10.7
3
  streamlit==1.21.0
4
  streamlit-chat==0.0.2.2
5
  openai==0.27.4
6
  requests==2.28.2
7
  chromadb==0.3.21
8
+ aiohttp==3.8.4
9
+ aiosignal==1.3.1
10
+ altair==4.2.2
11
+ anyio==3.6.2
12
+ async-timeout==4.0.2
13
+ attrs==23.1.0
14
+ backoff==2.2.1
15
+ blinker==1.6.2
16
+ cachetools==5.3.0
17
+ certifi==2022.12.7
18
+ charset-normalizer==3.1.0
19
+ click==8.1.3
20
+ clickhouse-connect==0.5.20
21
+ cmake==3.26.3
22
+ dataclasses-json==0.5.7
23
+ decorator==5.1.1
24
+ duckdb==0.7.1
25
+ entrypoints==0.4
26
+ fastapi==0.95.1
27
+ filelock==3.12.0
28
+ frozenlist==1.3.3
29
+ fsspec==2023.4.0
30
+ gitdb==4.0.10
31
+ GitPython==3.1.31
32
+ greenlet==2.0.2
33
+ h11==0.14.0
34
+ hnswlib==0.7.0
35
+ httptools==0.5.0
36
+ huggingface-hub==0.14.0
37
+ idna==3.4
38
+ importlib-metadata==6.6.0
39
+ Jinja2==3.1.2
40
+ joblib==1.2.0
41
+ jsonschema==4.17.3
42
+ lit==16.0.1
43
+ lz4==4.3.2
44
+ markdown-it-py==2.2.0
45
+ MarkupSafe==2.1.2
46
+ marshmallow==3.19.0
47
+ marshmallow-enum==1.5.1
48
+ mdurl==0.1.2
49
+ monotonic==1.6
50
+ mpmath==1.3.0
51
+ multidict==6.0.4
52
+ mypy-extensions==1.0.0
53
+ networkx==3.1
54
+ nltk==3.8.1
55
+ numexpr==2.8.4
56
+ numpy==1.24.3
57
+ openapi-schema-pydantic==1.2.4
58
+ packaging==23.1
59
+ pandas==1.5.3
60
+ pathlib==1.0.1
61
+ Pillow==9.5.0
62
+ posthog==3.0.1
63
+ protobuf==3.20.3
64
+ pyarrow==11.0.0
65
+ pydeck==0.8.1b0
66
+ Pygments==2.15.1
67
+ Pympler==1.0.1
68
+ pyrsistent==0.19.3
69
+ python-dateutil==2.8.2
70
+ python-dotenv==1.0.0
71
+ python-magic==0.4.27
72
+ pytz==2023.3
73
+ pytz-deprecation-shim==0.1.0.post0
74
+ PyYAML==6.0
75
+ regex==2023.3.23
76
+ rich==13.3.4
77
+ scikit-learn==1.2.2
78
+ scipy==1.10.1
79
+ sentence-transformers==2.2.2
80
+ sentencepiece==0.1.98
81
+ six==1.16.0
82
+ smmap==5.0.0
83
+ sniffio==1.3.0
84
+ SQLAlchemy==1.4.47
85
+ starlette==0.26.1
86
+ sympy==1.11.1
87
+ tenacity==8.2.2
88
+ threadpoolctl==3.1.0
89
+ tiktoken==0.3.3
90
+ tokenizers==0.13.3
91
+ toml==0.10.2
92
+ toolz==0.12.0
93
+ torch==2.0.0
94
+ torchvision==0.15.1
95
+ tornado==6.3.1
96
+ tqdm==4.65.0
97
+ transformers==4.28.1
98
+ triton==2.0.0
99
+ typing==3.7.4.3
100
+ typing-inspect==0.8.0
101
+ typing_extensions==4.5.0
102
+ tzdata==2023.3
103
+ tzlocal==4.3
104
+ urllib3==1.26.15
105
+ uvicorn==0.21.1
106
+ uvloop==0.17.0
107
+ validators==0.20.0
108
+ watchdog==3.0.0
109
+ watchfiles==0.19.0
110
+ websockets==11.0.2
111
+ yarl==1.9.1
112
+ zipp==3.15.0
113
+ zstandard==0.21.0