黄腾 aopstudio commited on
Commit
86d1ffb
·
1 Parent(s): fa9254d

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

Browse files

### 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 <[email protected]>

requirements.txt CHANGED
@@ -33,7 +33,6 @@ httpx==0.27.0
33
  huggingface_hub==0.20.3
34
  infinity_emb==0.0.51
35
  itsdangerous==2.1.2
36
- jina==3.27.2
37
  Markdown==3.6
38
  markdown_to_json==2.1.1
39
  minio==7.2.4
 
33
  huggingface_hub==0.20.3
34
  infinity_emb==0.0.51
35
  itsdangerous==2.1.2
 
36
  Markdown==3.6
37
  markdown_to_json==2.1.1
38
  minio==7.2.4
requirements_arm.txt CHANGED
@@ -156,7 +156,6 @@ Bio==1.7.1
156
  arxiv==2.1.3
157
  pypdf==4.3.0
158
  google_search_results==2.4.2
159
- jina==3.27.2
160
  editdistance==0.8.1
161
  markdown_to_json==2.1.1
162
  scholarly==1.7.11
 
156
  arxiv==2.1.3
157
  pypdf==4.3.0
158
  google_search_results==2.4.2
 
159
  editdistance==0.8.1
160
  markdown_to_json==2.1.1
161
  scholarly==1.7.11
requirements_dev.txt CHANGED
@@ -141,7 +141,6 @@ Bio==1.7.1
141
  arxiv==2.1.3
142
  pypdf==4.3.0
143
  google_search_results==2.4.2
144
- jina==3.27.2
145
  editdistance==0.8.1
146
  markdown_to_json==2.1.1
147
  scholarly==1.7.11
 
141
  arxiv==2.1.3
142
  pypdf==4.3.0
143
  google_search_results==2.4.2
 
144
  editdistance==0.8.1
145
  markdown_to_json==2.1.1
146
  scholarly==1.7.11