浏览代码

chore: remove non-existed extra msg for unstructured package (#17670)

tags/1.3.0
Bowen Liang 6 个月前
父节点
当前提交
0a939feaa3
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      api/poetry.lock
  2. 1
    1
      api/pyproject.toml

+ 1
- 1
api/poetry.lock 查看文件

[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = ">=3.11,<3.13" python-versions = ">=3.11,<3.13"
content-hash = "7bdb4c26ad249bacd8149e8931f4cdc25d9d0cb319329b1e939e1b4f2c7f40b1"
content-hash = "8ffd55020aab4ae38c8b5a4fffe670ce2a6a78bbbe15f70a5bc6ade0af339f3e"

+ 1
- 1
api/pyproject.toml 查看文件

tiktoken = "~0.8.0" tiktoken = "~0.8.0"
tokenizers = "~0.15.0" tokenizers = "~0.15.0"
transformers = "~4.35.0" transformers = "~4.35.0"
unstructured = { version = "~0.16.1", extras = ["docx", "epub", "md", "msg", "ppt", "pptx"] }
unstructured = { version = "~0.16.1", extras = ["docx", "epub", "md", "ppt", "pptx"] }
validators = "0.21.0" validators = "0.21.0"
yarl = "~1.18.3" yarl = "~1.18.3"
# Before adding new dependency, consider place it in alphabet order (a-z) and suitable group. # Before adding new dependency, consider place it in alphabet order (a-z) and suitable group.

正在加载...
取消
保存