Skip to content

Commit 5bf4a31

Browse files
committed
added missing dependency
1 parent 893d61b commit 5bf4a31

File tree

2 files changed

+507
-39
lines changed

2 files changed

+507
-39
lines changed

backend/pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license-files = ["../LICENSE"]
1818
dependencies = [
1919
"alembic==1.12.1",
2020
"anyio==3.7.1",
21-
"beautifulsoup4==4.11.1",
21+
"beautifulsoup4==4.12.3",
2222
"black==23.9.1",
2323
"celery==5.2",
2424
"cssselect==1.2.0",
@@ -41,9 +41,9 @@ dependencies = [
4141
"networkx==3.2.1",
4242
"ollama==0.4.7",
4343
"omegaconf==2.3.0",
44-
"pandas==1.5.3",
44+
"pandas==2.1.4",
4545
"passlib==1.7",
46-
"pillow==9.2.0",
46+
"pillow==10.0.0",
4747
"pip==23.3.2",
4848
"pre-commit==3.3.3",
4949
"psycopg2==2.9.10",
@@ -87,6 +87,7 @@ dev = [
8787
"ctranslate2==4.5.0",
8888
"cupy-cuda11x==13.4.1",
8989
"datasets==3.5.0",
90+
"docling==2.36.1",
9091
"faster-whisper==1.1.1",
9192
"fasttext==0.9.3",
9293
"ffmpeg-python==0.2.0",

0 commit comments

Comments
 (0)