edjdhug3 commited on
Commit
1591241
1 Parent(s): 1a71f87

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +128 -0
requirements.txt ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.4
2
+ aiosignal==1.3.1
3
+ altair==5.0.1
4
+ async-timeout==4.0.2
5
+ attrs==23.1.0
6
+ beautifulsoup4==4.12.2
7
+ blinker==1.6.2
8
+ cachetools==5.3.1
9
+ certifi==2023.5.7
10
+ charset-normalizer==3.1.0
11
+ click==8.1.3
12
+ cmake==3.26.4
13
+ contourpy==1.1.0
14
+ cycler==0.11.0
15
+ dataclasses-json==0.5.9
16
+ decorator==5.1.1
17
+ faiss-cpu==1.7.4
18
+ Faker==18.11.2
19
+ favicon==0.7.0
20
+ filelock==3.12.2
21
+ fonttools==4.40.0
22
+ frozenlist==1.3.3
23
+ fsspec==2023.6.0
24
+ gitdb==4.0.10
25
+ GitPython==3.1.31
26
+ greenlet==2.0.2
27
+ htbuilder==0.6.1
28
+ huggingface-hub==0.16.2
29
+ idna==3.4
30
+ importlib-metadata==6.7.0
31
+ Jinja2==3.1.2
32
+ joblib==1.3.1
33
+ jsonschema==4.17.3
34
+ kiwisolver==1.4.4
35
+ langchain==0.0.224
36
+ langchainplus-sdk==0.0.20
37
+ lit==16.0.6
38
+ lxml==4.9.3
39
+ Markdown==3.4.3
40
+ markdown-it-py==3.0.0
41
+ markdownlit==0.0.7
42
+ MarkupSafe==2.1.3
43
+ marshmallow==3.19.0
44
+ marshmallow-enum==1.5.1
45
+ matplotlib==3.7.1
46
+ mdurl==0.1.2
47
+ more-itertools==9.1.0
48
+ mpmath==1.3.0
49
+ multidict==6.0.4
50
+ mypy-extensions==1.0.0
51
+ networkx==3.1
52
+ nltk==3.8.1
53
+ numexpr==2.8.4
54
+ numpy==1.25.0
55
+ nvidia-cublas-cu11==11.10.3.66
56
+ nvidia-cuda-cupti-cu11==11.7.101
57
+ nvidia-cuda-nvrtc-cu11==11.7.99
58
+ nvidia-cuda-runtime-cu11==11.7.99
59
+ nvidia-cudnn-cu11==8.5.0.96
60
+ nvidia-cufft-cu11==10.9.0.58
61
+ nvidia-curand-cu11==10.2.10.91
62
+ nvidia-cusolver-cu11==11.4.0.1
63
+ nvidia-cusparse-cu11==11.7.4.91
64
+ nvidia-nccl-cu11==2.14.3
65
+ nvidia-nvtx-cu11==11.7.91
66
+ openapi-schema-pydantic==1.2.4
67
+ packaging==23.1
68
+ pandas==2.0.3
69
+ Pillow==9.5.0
70
+ protobuf==4.23.3
71
+ pyarrow==12.0.1
72
+ pydantic==1.10.11
73
+ pydeck==0.8.1b0
74
+ Pygments==2.15.1
75
+ pymdown-extensions==10.0.1
76
+ Pympler==1.0.1
77
+ pyparsing==3.1.0
78
+ PyPDF2==3.0.1
79
+ pyrsistent==0.19.3
80
+ python-dateutil==2.8.2
81
+ python-dotenv==1.0.0
82
+ pytz==2023.3
83
+ pytz-deprecation-shim==0.1.0.post0
84
+ PyYAML==6.0
85
+ regex==2023.6.3
86
+ requests==2.31.0
87
+ rich==13.4.2
88
+ safetensors==0.3.1
89
+ scikit-learn==1.3.0
90
+ scipy==1.11.1
91
+ sentence-transformers==2.2.2
92
+ sentencepiece==0.1.99
93
+ six==1.16.0
94
+ smmap==5.0.0
95
+ soupsieve==2.4.1
96
+ SQLAlchemy==2.0.17
97
+ st-annotated-text==4.0.0
98
+ streamlit==1.24.0
99
+ streamlit-camera-input-live==0.2.0
100
+ streamlit-card==0.0.61
101
+ streamlit-embedcode==0.1.2
102
+ streamlit-extras==0.2.7
103
+ streamlit-faker==0.0.2
104
+ streamlit-image-coordinates==0.1.5
105
+ streamlit-keyup==0.2.0
106
+ streamlit-toggle-switch==1.0.2
107
+ streamlit-vertical-slider==1.0.2
108
+ sympy==1.12
109
+ tenacity==8.2.2
110
+ threadpoolctl==3.1.0
111
+ tokenizers==0.13.3
112
+ toml==0.10.2
113
+ toolz==0.12.0
114
+ torch==2.0.1
115
+ torchvision==0.15.2
116
+ tornado==6.3.2
117
+ tqdm==4.65.0
118
+ transformers==4.30.2
119
+ triton==2.0.0
120
+ typing-inspect==0.9.0
121
+ typing_extensions==4.7.1
122
+ tzdata==2023.3
123
+ tzlocal==4.3.1
124
+ urllib3==2.0.3
125
+ validators==0.20.0
126
+ watchdog==3.0.0
127
+ yarl==1.9.2
128
+ zipp==3.15.0