cboettig commited on
Commit
77ff68f
·
1 Parent(s): 2071015

requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +102 -6
requirements.txt CHANGED
@@ -1,6 +1,102 @@
1
- streamlit
2
- langchain
3
- langchain-openai
4
- langchain-community
5
- duckdb-engine
6
- duckdb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.3
2
+ aiosignal==1.3.1
3
+ altair==5.3.0
4
+ annotated-types==0.6.0
5
+ anyio==4.3.0
6
+ asttokens==2.4.1
7
+ async-timeout==4.0.3
8
+ attrs==23.2.0
9
+ blinker==1.7.0
10
+ cachetools==5.3.3
11
+ certifi==2024.2.2
12
+ charset-normalizer==3.3.2
13
+ click==8.1.7
14
+ comm==0.2.2
15
+ dataclasses-json==0.6.4
16
+ debugpy==1.8.1
17
+ decorator==5.1.1
18
+ distro==1.9.0
19
+ duckdb==0.10.1
20
+ duckdb_engine==0.11.2
21
+ exceptiongroup==1.2.0
22
+ executing==2.0.1
23
+ frozenlist==1.4.1
24
+ gitdb==4.0.11
25
+ GitPython==3.1.42
26
+ greenlet==3.0.3
27
+ h11==0.14.0
28
+ httpcore==1.0.4
29
+ httpx==0.27.0
30
+ idna==3.6
31
+ ipykernel==6.29.4
32
+ ipython==8.23.0
33
+ jedi==0.19.1
34
+ Jinja2==3.1.3
35
+ jsonpatch==1.33
36
+ jsonpointer==2.4
37
+ jsonschema==4.21.1
38
+ jsonschema-specifications==2023.12.1
39
+ jupyter_client==8.6.1
40
+ jupyter_core==5.7.2
41
+ langchain==0.1.14
42
+ langchain-community==0.0.31
43
+ langchain-core==0.1.40
44
+ langchain-openai==0.1.1
45
+ langchain-text-splitters==0.0.1
46
+ langsmith==0.1.40
47
+ markdown-it-py==3.0.0
48
+ MarkupSafe==2.1.5
49
+ marshmallow==3.21.1
50
+ matplotlib-inline==0.1.6
51
+ mdurl==0.1.2
52
+ multidict==6.0.5
53
+ mypy-extensions==1.0.0
54
+ nest-asyncio==1.6.0
55
+ numpy==1.26.4
56
+ openai==1.16.2
57
+ orjson==3.10.0
58
+ packaging==23.2
59
+ pandas==2.2.1
60
+ parso==0.8.4
61
+ pexpect==4.9.0
62
+ pillow==10.2.0
63
+ platformdirs==4.2.0
64
+ prompt-toolkit==3.0.43
65
+ protobuf==4.25.3
66
+ psutil==5.9.8
67
+ ptyprocess==0.7.0
68
+ pure-eval==0.2.2
69
+ pyarrow==15.0.2
70
+ pydantic==2.6.4
71
+ pydantic_core==2.16.3
72
+ pydeck==0.8.0
73
+ Pygments==2.17.2
74
+ python-dateutil==2.9.0.post0
75
+ pytz==2024.1
76
+ PyYAML==6.0.1
77
+ pyzmq==25.1.2
78
+ referencing==0.33.0
79
+ regex==2023.12.25
80
+ requests==2.31.0
81
+ rich==13.7.1
82
+ rpds-py==0.18.0
83
+ six==1.16.0
84
+ smmap==5.0.1
85
+ sniffio==1.3.1
86
+ SQLAlchemy==1.4.52
87
+ stack-data==0.6.3
88
+ streamlit==1.33.0
89
+ tenacity==8.2.3
90
+ tiktoken==0.6.0
91
+ toml==0.10.2
92
+ toolz==0.12.1
93
+ tornado==6.4
94
+ tqdm==4.66.2
95
+ traitlets==5.14.2
96
+ typing-inspect==0.9.0
97
+ typing_extensions==4.10.0
98
+ tzdata==2024.1
99
+ urllib3==2.0.7
100
+ watchdog==4.0.0
101
+ wcwidth==0.2.13
102
+ yarl==1.9.4