TRIPEO commited on
Commit
ecf1994
·
verified ·
1 Parent(s): 42e2f94

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +111 -5
requirements.txt CHANGED
@@ -1,5 +1,111 @@
1
- streamlit
2
- requests
3
- pandas
4
- openai>=1.0.0
5
- langchain
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.5
2
+ aiosignal==1.3.1
3
+ altair==5.1.1
4
+ annotated-types==0.5.0
5
+ anyio==4.0.0
6
+ appnope==0.1.3
7
+ asttokens==2.2.1
8
+ async-timeout==4.0.3
9
+ attrs==23.1.0
10
+ backcall==0.2.0
11
+ blinker==1.6.2
12
+ cachetools==5.3.1
13
+ certifi==2023.7.22
14
+ charset-normalizer==3.2.0
15
+ click==8.1.7
16
+ contourpy==1.1.1
17
+ cycler==0.12.1
18
+ dataclasses-json==0.5.14
19
+ decorator==5.1.1
20
+ executing==1.2.0
21
+ faiss-cpu==1.7.4
22
+ filelock==3.12.3
23
+ fonttools==4.43.1
24
+ frozenlist==1.4.0
25
+ fsspec==2023.6.0
26
+ gitdb==4.0.10
27
+ GitPython==3.1.32
28
+ h11==0.14.0
29
+ httpcore==0.18.0
30
+ httpx==0.25.0
31
+ huggingface-hub==0.16.4
32
+ idna==3.4
33
+ importlib-metadata==6.8.0
34
+ ipdb==0.13.13
35
+ ipython==8.14.0
36
+ jedi==0.19.0
37
+ Jinja2==3.1.2
38
+ joblib==1.3.2
39
+ jsonschema==4.19.0
40
+ jsonschema-specifications==2023.7.1
41
+ kiwisolver==1.4.5
42
+ langchain==0.0.276
43
+ langsmith==0.0.28
44
+ markdown-it-py==3.0.0
45
+ MarkupSafe==2.1.3
46
+ marshmallow==3.20.1
47
+ matplotlib==3.8.0
48
+ matplotlib-inline==0.1.6
49
+ mdurl==0.1.2
50
+ multidict==6.0.4
51
+ mypy-extensions==1.0.0
52
+ numexpr==2.8.5
53
+ numpy==1.25.2
54
+ openai==0.27.10
55
+ packaging==23.1
56
+ pandas==2.1.0
57
+ parso==0.8.3
58
+ pexpect==4.8.0
59
+ pickleshare==0.7.5
60
+ Pillow==9.5.0
61
+ plotly==5.18.0
62
+ prompt-toolkit==3.0.39
63
+ protobuf==4.24.2
64
+ ptyprocess==0.7.0
65
+ pure-eval==0.2.2
66
+ pyarrow==13.0.0
67
+ pydantic==2.3.0
68
+ pydantic_core==2.6.3
69
+ pydeck==0.8.0
70
+ Pygments==2.16.1
71
+ Pympler==1.0.1
72
+ pyparsing==3.1.1
73
+ python-dateutil==2.8.2
74
+ pytz==2023.3
75
+ pytz-deprecation-shim==0.1.0.post0
76
+ PyYAML==6.0.1
77
+ referencing==0.30.2
78
+ regex==2023.8.8
79
+ requests==2.31.0
80
+ rich==13.5.2
81
+ rpds-py==0.10.0
82
+ scikit-learn==1.3.2
83
+ scipy==1.11.4
84
+ six==1.16.0
85
+ slugify==0.0.1
86
+ smmap==5.0.0
87
+ sniffio==1.3.0
88
+ SQLAlchemy==2.0.20
89
+ stack-data==0.6.2
90
+ streamlit==1.27.2
91
+ streamlit-calendar==0.6.0
92
+ streamlit-chat==0.1.1
93
+ tenacity==8.2.3
94
+ threadpoolctl==3.2.0
95
+ tiktoken==0.4.0
96
+ toml==0.10.2
97
+ toolz==0.12.0
98
+ tornado==6.3.3
99
+ tqdm==4.66.1
100
+ traitlets==5.9.0
101
+ transliterate==1.10.2
102
+ typing-inspect==0.9.0
103
+ typing_extensions==4.7.1
104
+ tzdata==2023.3
105
+ tzlocal==4.3.1
106
+ urllib3==2.0.4
107
+ validators==0.21.2
108
+ watchdog==3.0.0
109
+ wcwidth==0.2.6
110
+ yarl==1.9.2
111
+ zipp==3.16.2