iohanngrig commited on
Commit
31dc75f
1 Parent(s): f95da28

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +99 -3
requirements.txt CHANGED
@@ -1,3 +1,99 @@
1
- streamlit
2
- openai
3
- pandas
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.1
2
+ aiosignal==1.3.1
3
+ altair==5.2.0
4
+ annotated-types==0.6.0
5
+ anyio==3.7.1
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
+ cmake==3.28.1
13
+ contourpy==1.2.0
14
+ cycler==0.12.1
15
+ dataclasses-json==0.6.3
16
+ distro==1.9.0
17
+ filelock==3.13.1
18
+ fonttools==4.47.2
19
+ frozenlist==1.4.1
20
+ fsspec==2023.12.2
21
+ gitdb==4.0.11
22
+ GitPython==3.1.41
23
+ greenlet==3.0.3
24
+ grpcio==1.53.0
25
+ grpcio-tools==1.53.0
26
+ h11==0.14.0
27
+ httpcore==1.0.2
28
+ httpx==0.26.0
29
+ huggingface-hub==0.20.3
30
+ idna==3.6
31
+ importlib-metadata==7.0.1
32
+ Jinja2==3.1.3
33
+ joblib==1.3.2
34
+ jsonpatch==1.33
35
+ jsonpointer==2.4
36
+ jsonschema==4.21.1
37
+ jsonschema-specifications==2023.12.1
38
+ kiwisolver==1.4.5
39
+ langchain==0.0.339
40
+ langsmith==0.0.83
41
+ lit==17.0.6
42
+ markdown-it-py==3.0.0
43
+ MarkupSafe==2.1.4
44
+ marshmallow==3.20.2
45
+ matplotlib==3.8.2
46
+ mdurl==0.1.2
47
+ mpmath==1.3.0
48
+ multidict==6.0.4
49
+ mypy-extensions==1.0.0
50
+ networkx==3.2.1
51
+ numpy==1.26.3
52
+ openai==1.9.0
53
+ packaging==23.2
54
+ pandas==2.2.0
55
+ param==2.0.2
56
+ pillow==10.2.0
57
+ protobuf==4.21.12
58
+ pyarrow==15.0.0
59
+ pydantic==2.5.3
60
+ pydantic_core==2.14.6
61
+ pydeck==0.8.0
62
+ Pygments==2.17.2
63
+ pyparsing==3.1.1
64
+ python-dateutil==2.8.2
65
+ python-dotenv==1.0.1
66
+ pytz==2023.3.post1
67
+ PyYAML==6.0.1
68
+ referencing==0.32.1
69
+ regex==2023.12.25
70
+ requests==2.31.0
71
+ rich==13.7.0
72
+ rpds-py==0.17.1
73
+ safetensors==0.4.2
74
+ scikit-learn==1.4.0
75
+ scipy==1.12.0
76
+ six==1.16.0
77
+ smmap==5.0.1
78
+ sniffio==1.3.0
79
+ SQLAlchemy==2.0.25
80
+ streamlit==1.30.0
81
+ streamlit-drawable-canvas==0.9.3
82
+ sympy==1.12
83
+ tenacity==8.2.3
84
+ threadpoolctl==3.2.0
85
+ tokenizers==0.13.3
86
+ toml==0.10.2
87
+ toolz==0.12.1
88
+ tornado==6.4
89
+ tqdm==4.66.1
90
+ triton==2.1.0
91
+ typing-inspect==0.9.0
92
+ typing_extensions==4.9.0
93
+ tzdata==2023.4
94
+ tzlocal==5.2
95
+ urllib3==2.1.0
96
+ validators==0.22.0
97
+ watchdog==3.0.0
98
+ yarl==1.9.4
99
+ zipp==3.17.0