J.P. Pérez Tejada commited on
Commit
371a7b1
·
1 Parent(s): 15fb83a

Update HF requirements

Browse files
Files changed (1) hide show
  1. wk_flow_requirements.txt +8 -2
wk_flow_requirements.txt CHANGED
@@ -11,13 +11,14 @@ asttokens==3.0.0
11
  attrs==25.3.0
12
  backoff==2.2.1
13
  bcrypt==5.0.0
 
14
  blinker==1.9.0
15
  build==1.5.0
16
  cachetools==5.5.2
17
  certifi==2025.4.26
18
  charset-normalizer==3.4.2
19
  chroma-hnswlib==0.7.6
20
- chromadb==0.5.7
21
  click==8.4.1
22
  comm==0.2.3
23
  contourpy==1.3.3
@@ -50,6 +51,7 @@ importlib_resources==7.1.0
50
  ipykernel==6.30.1
51
  ipython==9.5.0
52
  ipython_pygments_lexers==1.1.1
 
53
  jedi==0.19.2
54
  Jinja2==3.1.6
55
  jiter==0.15.0
@@ -79,7 +81,6 @@ mypy_extensions==1.1.0
79
  narwhals==1.40.0
80
  nest-asyncio==1.6.0
81
  numpy==1.26.4
82
- streamlit==1.58.0
83
  oauthlib==3.3.1
84
  onnxruntime==1.26.0
85
  openai==1.55.3
@@ -109,6 +110,7 @@ psutil==7.1.0
109
  ptyprocess==0.7.0
110
  pure_eval==0.2.3
111
  pyarrow==20.0.0
 
112
  pydantic==2.13.4
113
  pydantic-settings==2.14.1
114
  pydantic_core==2.46.4
@@ -121,6 +123,7 @@ PyPika==0.51.1
121
  pyproject_hooks==1.2.0
122
  python-dateutil==2.9.0.post0
123
  python-dotenv==1.0.1
 
124
  pytz==2025.2
125
  PyYAML==6.0.3
126
  pyzmq==27.1.0
@@ -135,9 +138,11 @@ shellingham==1.5.4
135
  six==1.17.0
136
  smmap==5.0.2
137
  sniffio==1.3.1
 
138
  SQLAlchemy==2.0.50
139
  stack-data==0.6.3
140
  starlette==1.3.1
 
141
  tenacity==8.5.0
142
  tiktoken==0.7.0
143
  tokenizers==0.23.1
@@ -157,5 +162,6 @@ watchfiles==1.2.0
157
  wcwidth==0.2.13
158
  websocket-client==1.9.0
159
  websockets==16.0
 
160
  wrapt==2.2.1
161
  yarl==1.24.2
 
11
  attrs==25.3.0
12
  backoff==2.2.1
13
  bcrypt==5.0.0
14
+ beautifulsoup4==4.15.0
15
  blinker==1.9.0
16
  build==1.5.0
17
  cachetools==5.5.2
18
  certifi==2025.4.26
19
  charset-normalizer==3.4.2
20
  chroma-hnswlib==0.7.6
21
+ chromadb==1.5.9
22
  click==8.4.1
23
  comm==0.2.3
24
  contourpy==1.3.3
 
51
  ipykernel==6.30.1
52
  ipython==9.5.0
53
  ipython_pygments_lexers==1.1.1
54
+ itsdangerous==2.2.0
55
  jedi==0.19.2
56
  Jinja2==3.1.6
57
  jiter==0.15.0
 
81
  narwhals==1.40.0
82
  nest-asyncio==1.6.0
83
  numpy==1.26.4
 
84
  oauthlib==3.3.1
85
  onnxruntime==1.26.0
86
  openai==1.55.3
 
110
  ptyprocess==0.7.0
111
  pure_eval==0.2.3
112
  pyarrow==20.0.0
113
+ pybase64==1.4.3
114
  pydantic==2.13.4
115
  pydantic-settings==2.14.1
116
  pydantic_core==2.46.4
 
123
  pyproject_hooks==1.2.0
124
  python-dateutil==2.9.0.post0
125
  python-dotenv==1.0.1
126
+ python-multipart==0.0.32
127
  pytz==2025.2
128
  PyYAML==6.0.3
129
  pyzmq==27.1.0
 
138
  six==1.17.0
139
  smmap==5.0.2
140
  sniffio==1.3.1
141
+ soupsieve==2.8.4
142
  SQLAlchemy==2.0.50
143
  stack-data==0.6.3
144
  starlette==1.3.1
145
+ streamlit==1.58.0
146
  tenacity==8.5.0
147
  tiktoken==0.7.0
148
  tokenizers==0.23.1
 
162
  wcwidth==0.2.13
163
  websocket-client==1.9.0
164
  websockets==16.0
165
+ wikipedia==1.4.0
166
  wrapt==2.2.1
167
  yarl==1.24.2