浏览代码

remove jina pack in requirement file to fix package conflict (#1867)

### What problem does this PR solve?

#1824 #1822 remove jina pack in requirement file to fix package conflict

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Co-authored-by: Zhedong Cen <cenzhedong2@126.com>
tags/v0.10.0
黄腾 1年前
父节点
当前提交
c7d00c2272
没有帐户链接到提交者的电子邮件
共有 3 个文件被更改,包括 0 次插入3 次删除
  1. 0
    1
      requirements.txt
  2. 0
    1
      requirements_arm.txt
  3. 0
    1
      requirements_dev.txt

+ 0
- 1
requirements.txt 查看文件

@@ -33,7 +33,6 @@ httpx==0.27.0
huggingface_hub==0.20.3
infinity_emb==0.0.51
itsdangerous==2.1.2
jina==3.27.2
Markdown==3.6
markdown_to_json==2.1.1
minio==7.2.4

+ 0
- 1
requirements_arm.txt 查看文件

@@ -156,7 +156,6 @@ Bio==1.7.1
arxiv==2.1.3
pypdf==4.3.0
google_search_results==2.4.2
jina==3.27.2
editdistance==0.8.1
markdown_to_json==2.1.1
scholarly==1.7.11

+ 0
- 1
requirements_dev.txt 查看文件

@@ -141,7 +141,6 @@ Bio==1.7.1
arxiv==2.1.3
pypdf==4.3.0
google_search_results==2.4.2
jina==3.27.2
editdistance==0.8.1
markdown_to_json==2.1.1
scholarly==1.7.11

正在加载...
取消
保存