Skip to content

Commit f69ed6b

Browse files
authored
Revert "feature: 增加data-juicer算子" (#158)
Revert "feature: 增加data-juicer算子 (#157)" This reverts commit 786f13f.
1 parent 786f13f commit f69ed6b

File tree

2 files changed

+1
-273
lines changed

2 files changed

+1
-273
lines changed

runtime/python-executor/pyproject.toml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,12 @@ dependencies = [
1919
"fastapi>=0.123.9",
2020
"jsonargparse>=4.44.0",
2121
"loguru>=0.7.3",
22-
"opencv-python-headless==4.7.0.72",
22+
"opencv-python-headless>=4.12.0.88",
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-
3828
[build-system]
3929
requires = ["hatchling"]
4030
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)