Skip to content

Commit 786f13f

Browse files
authored
feature: 增加data-juicer算子 (#157)
1 parent cfa6301 commit 786f13f

File tree

2 files changed

+273
-1
lines changed

2 files changed

+273
-1
lines changed

runtime/python-executor/pyproject.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,22 @@ dependencies = [
1919
"fastapi>=0.123.9",
2020
"jsonargparse>=4.44.0",
2121
"loguru>=0.7.3",
22-
"opencv-python-headless>=4.12.0.88",
22+
"opencv-python-headless==4.7.0.72",
2323
"ray[data,default]==2.52.1",
2424
"unstructured[csv,docx,pptx,xlsx]==0.18.15",
2525
"uvicorn[standard]>=0.38.0",
2626
]
2727

28+
[project.optional-dependencies]
29+
dj = [
30+
"py-data-juicer~=1.4.4"
31+
]
32+
33+
# All dependencies
34+
all = [
35+
"datamate[dj]"
36+
]
37+
2838
[build-system]
2939
requires = ["hatchling"]
3040
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)