ehagey commited on
Commit
221a11c
·
verified ·
1 Parent(s): 6e7778b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -0
requirements.txt CHANGED
@@ -16,6 +16,7 @@ cycler==0.12.1
16
  datasets==3.2.0
17
  dill==0.3.8
18
  distro==1.9.0
 
19
  eval_type_backport==0.2.2
20
  filelock==3.16.1
21
  fonttools==4.55.3
@@ -23,8 +24,18 @@ frozenlist==1.5.0
23
  fsspec==2024.9.0
24
  gitdb==4.0.12
25
  GitPython==3.1.44
 
 
 
 
 
 
 
 
 
26
  h11==0.14.0
27
  httpcore==1.0.7
 
28
  httpx==0.28.1
29
  huggingface-hub==0.27.1
30
  idna==3.10
@@ -47,21 +58,29 @@ pandas==2.2.3
47
  pillow==10.4.0
48
  plotly==5.24.1
49
  propcache==0.2.1
 
50
  protobuf==5.29.3
 
 
51
  pyarrow==19.0.0
 
 
52
  pydantic==2.10.5
53
  pydantic_core==2.27.2
54
  pydeck==0.9.1
55
  Pygments==2.19.1
 
56
  pyparsing==3.2.1
57
  python-dateutil==2.9.0.post0
58
  python-dotenv==1.0.1
59
  pytz==2024.2
60
  PyYAML==6.0.2
61
  referencing==0.36.1
 
62
  requests==2.32.3
63
  rich==13.9.4
64
  rpds-py==0.22.3
 
65
  shellingham==1.5.4
66
  six==1.17.0
67
  smmap==5.0.2
@@ -69,6 +88,7 @@ sniffio==1.3.1
69
  streamlit==1.41.1
70
  tabulate==0.9.0
71
  tenacity==9.0.0
 
72
  together==1.3.11
73
  toml==0.10.2
74
  tornado==6.4.2
@@ -76,6 +96,7 @@ tqdm==4.67.1
76
  typer==0.15.1
77
  typing_extensions==4.12.2
78
  tzdata==2024.2
 
79
  urllib3==2.3.0
80
  xxhash==3.5.0
81
  yarl==1.18.3
 
16
  datasets==3.2.0
17
  dill==0.3.8
18
  distro==1.9.0
19
+ dnspython==2.7.0
20
  eval_type_backport==0.2.2
21
  filelock==3.16.1
22
  fonttools==4.55.3
 
24
  fsspec==2024.9.0
25
  gitdb==4.0.12
26
  GitPython==3.1.44
27
+ google-ai-generativelanguage==0.6.15
28
+ google-api-core==2.24.0
29
+ google-api-python-client==2.159.0
30
+ google-auth==2.38.0
31
+ google-auth-httplib2==0.2.0
32
+ google-generativeai==0.8.4
33
+ googleapis-common-protos==1.66.0
34
+ grpcio==1.70.0
35
+ grpcio-status==1.70.0
36
  h11==0.14.0
37
  httpcore==1.0.7
38
+ httplib2==0.22.0
39
  httpx==0.28.1
40
  huggingface-hub==0.27.1
41
  idna==3.10
 
58
  pillow==10.4.0
59
  plotly==5.24.1
60
  propcache==0.2.1
61
+ proto-plus==1.25.0
62
  protobuf==5.29.3
63
+ psycopg2==2.9.10
64
+ psycopg2-binary==2.9.10
65
  pyarrow==19.0.0
66
+ pyasn1==0.6.1
67
+ pyasn1_modules==0.4.1
68
  pydantic==2.10.5
69
  pydantic_core==2.27.2
70
  pydeck==0.9.1
71
  Pygments==2.19.1
72
+ pymongo==4.10.1
73
  pyparsing==3.2.1
74
  python-dateutil==2.9.0.post0
75
  python-dotenv==1.0.1
76
  pytz==2024.2
77
  PyYAML==6.0.2
78
  referencing==0.36.1
79
+ regex==2024.11.6
80
  requests==2.32.3
81
  rich==13.9.4
82
  rpds-py==0.22.3
83
+ rsa==4.9
84
  shellingham==1.5.4
85
  six==1.17.0
86
  smmap==5.0.2
 
88
  streamlit==1.41.1
89
  tabulate==0.9.0
90
  tenacity==9.0.0
91
+ tiktoken==0.8.0
92
  together==1.3.11
93
  toml==0.10.2
94
  tornado==6.4.2
 
96
  typer==0.15.1
97
  typing_extensions==4.12.2
98
  tzdata==2024.2
99
+ uritemplate==4.1.1
100
  urllib3==2.3.0
101
  xxhash==3.5.0
102
  yarl==1.18.3