Dezzex2 commited on
Commit
72c665c
·
verified ·
1 Parent(s): 7f28886

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +107 -0
requirements.txt ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.5
2
+ aiosignal==1.3.1
3
+ altair==5.3.0
4
+ annotated-types==0.7.0
5
+ anyio==4.4.0
6
+ attrs==23.2.0
7
+ blinker==1.8.2
8
+ cachetools==5.3.3
9
+ certifi==2024.7.4
10
+ charset-normalizer==3.3.2
11
+ click==8.1.7
12
+ colorama==0.4.6
13
+ dataclasses-json==0.6.7
14
+ distro==1.9.0
15
+ docstring_parser==0.16
16
+ faiss-cpu==1.8.0.post1
17
+ frozenlist==1.4.1
18
+ gitdb==4.0.11
19
+ GitPython==3.1.43
20
+ google-ai-generativelanguage==0.6.6
21
+ google-api-core==2.19.1
22
+ google-api-python-client==2.136.0
23
+ google-auth==2.31.0
24
+ google-auth-httplib2==0.2.0
25
+ google-cloud-aiplatform==1.58.0
26
+ google-cloud-bigquery==3.25.0
27
+ google-cloud-core==2.4.1
28
+ google-cloud-resource-manager==1.12.3
29
+ google-cloud-storage==2.17.0
30
+ google-crc32c==1.5.0
31
+ google-generativeai==0.7.1
32
+ google-resumable-media==2.7.1
33
+ googleapis-common-protos==1.63.2
34
+ greenlet==3.0.3
35
+ groq==0.9.0
36
+ grpc-google-iam-v1==0.13.1
37
+ grpcio==1.64.1
38
+ grpcio-status==1.62.2
39
+ h11==0.14.0
40
+ httpcore==1.0.5
41
+ httplib2==0.22.0
42
+ httpx==0.27.0
43
+ idna==3.7
44
+ Jinja2==3.1.4
45
+ jsonpatch==1.33
46
+ jsonpointer==3.0.0
47
+ jsonschema==4.22.0
48
+ jsonschema-specifications==2023.12.1
49
+ langchain==0.2.6
50
+ langchain-community==0.2.6
51
+ langchain-core==0.2.11
52
+ langchain-google-genai==1.0.7
53
+ langchain-groq==0.1.6
54
+ langchain-text-splitters==0.2.2
55
+ langsmith==0.1.83
56
+ markdown-it-py==3.0.0
57
+ MarkupSafe==2.1.5
58
+ marshmallow==3.21.3
59
+ mdurl==0.1.2
60
+ multidict==6.0.5
61
+ mypy-extensions==1.0.0
62
+ numpy==1.26.4
63
+ orjson==3.10.6
64
+ packaging==24.1
65
+ pandas==2.2.2
66
+ pillow==10.4.0
67
+ proto-plus==1.24.0
68
+ protobuf==4.25.3
69
+ pyarrow==16.1.0
70
+ pyasn1==0.6.0
71
+ pyasn1_modules==0.4.0
72
+ pydantic==2.8.2
73
+ pydantic_core==2.20.1
74
+ pydeck==0.9.1
75
+ Pygments==2.18.0
76
+ pyparsing==3.1.2
77
+ pypdf==4.2.0
78
+ PyPDF2==3.0.1
79
+ python-dateutil==2.9.0.post0
80
+ python-dotenv==1.0.1
81
+ pytz==2024.1
82
+ PyYAML==6.0.1
83
+ referencing==0.35.1
84
+ requests==2.32.3
85
+ rich==13.7.1
86
+ rpds-py==0.18.1
87
+ rsa==4.9
88
+ setuptools==69.5.1
89
+ shapely==2.0.4
90
+ six==1.16.0
91
+ smmap==5.0.1
92
+ sniffio==1.3.1
93
+ SQLAlchemy==2.0.31
94
+ streamlit==1.36.0
95
+ tenacity==8.4.2
96
+ toml==0.10.2
97
+ toolz==0.12.1
98
+ tornado==6.4.1
99
+ tqdm==4.66.4
100
+ typing-inspect==0.9.0
101
+ typing_extensions==4.12.2
102
+ tzdata==2024.1
103
+ uritemplate==4.1.1
104
+ urllib3==2.2.2
105
+ watchdog==4.0.1
106
+ wheel==0.43.0
107
+ yarl==1.9.4