vamsidharmuthireddy commited on
Commit
74d89b2
·
verified ·
1 Parent(s): e1e0be6

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +103 -0
requirements.txt ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.5.0
2
+ annotated-types==0.7.0
3
+ anyio==4.9.0
4
+ asttokens==3.0.0
5
+ attrs==25.3.0
6
+ blinker==1.9.0
7
+ cachetools==5.5.2
8
+ certifi==2025.1.31
9
+ charset-normalizer==3.4.1
10
+ click==8.1.8
11
+ comm==0.2.2
12
+ debugpy==1.8.14
13
+ decorator==5.2.1
14
+ distro==1.9.0
15
+ docstring_parser==0.13
16
+ et_xmlfile==2.0.0
17
+ executing==2.2.0
18
+ fastapi==0.115.12
19
+ gitdb==4.0.12
20
+ GitPython==3.1.44
21
+ google-api-core==2.24.2
22
+ google-auth==2.38.0
23
+ google-cloud-aiplatform==1.88.0
24
+ google-cloud-bigquery==3.31.0
25
+ google-cloud-core==2.4.3
26
+ google-cloud-resource-manager==1.14.2
27
+ google-cloud-storage==2.19.0
28
+ google-crc32c==1.7.1
29
+ google-genai==1.10.0
30
+ google-resumable-media==2.7.2
31
+ googleapis-common-protos==1.70.0
32
+ grpc-google-iam-v1==0.14.2
33
+ grpcio==1.71.0
34
+ grpcio-status==1.71.0
35
+ h11==0.14.0
36
+ httpcore==1.0.8
37
+ httpx==0.28.1
38
+ idna==3.10
39
+ ipykernel==6.29.5
40
+ ipython==9.1.0
41
+ ipython_pygments_lexers==1.1.1
42
+ jedi==0.19.2
43
+ Jinja2==3.1.6
44
+ jiter==0.9.0
45
+ jsonschema==4.23.0
46
+ jsonschema-specifications==2024.10.1
47
+ jupyter_client==8.6.3
48
+ jupyter_core==5.7.2
49
+ MarkupSafe==3.0.2
50
+ matplotlib-inline==0.1.7
51
+ narwhals==1.34.1
52
+ nest-asyncio==1.6.0
53
+ numpy==2.2.4
54
+ openai==1.73.0
55
+ openpyxl==3.1.5
56
+ packaging==24.2
57
+ pandas==2.2.3
58
+ parso==0.8.4
59
+ pdf2image==1.17.0
60
+ pexpect==4.9.0
61
+ pillow==11.1.0
62
+ platformdirs==4.3.7
63
+ prompt_toolkit==3.0.50
64
+ proto-plus==1.26.1
65
+ protobuf==5.29.4
66
+ psutil==7.0.0
67
+ ptyprocess==0.7.0
68
+ pure_eval==0.2.3
69
+ pyarrow==19.0.1
70
+ pyasn1==0.6.1
71
+ pyasn1_modules==0.4.2
72
+ pydantic==2.11.3
73
+ pydantic_core==2.33.1
74
+ pydeck==0.9.1
75
+ Pygments==2.19.1
76
+ PyMuPDF==1.25.5
77
+ python-dateutil==2.9.0.post0
78
+ python-dotenv==1.1.0
79
+ pytz==2025.2
80
+ pyzmq==26.4.0
81
+ referencing==0.36.2
82
+ requests==2.32.3
83
+ rpds-py==0.24.0
84
+ rsa==4.2
85
+ shapely==2.1.0
86
+ six==1.17.0
87
+ smmap==5.0.2
88
+ sniffio==1.3.1
89
+ stack-data==0.6.3
90
+ starlette==0.46.1
91
+ streamlit==1.44.1
92
+ tenacity==9.1.2
93
+ toml==0.10.2
94
+ tornado==6.4.2
95
+ tqdm==4.67.1
96
+ traitlets==5.14.3
97
+ typing-inspection==0.4.0
98
+ typing_extensions==4.13.2
99
+ tzdata==2025.2
100
+ urllib3==2.4.0
101
+ watchdog==6.0.0
102
+ wcwidth==0.2.13
103
+ websockets==15.0.1