chore: update versions

This commit is contained in:
Joan Fontanals Martinez 2023-06-22 15:37:01 +02:00
parent f5ca09bd79
commit 60725c5751
3 changed files with 5 additions and 9 deletions

View File

@ -92,9 +92,7 @@ jobs:
pip install pytest-timeout
pip install flaky
pip install .
#pip install -U docarray[hnswlib]>=0.33.0
pip install git+https://github.com/jina-ai/jina.git@master
pip install git+https://github.com/docarray/docarray.git@main
pip install -U docarray[hnswlib]>=0.34.0
- name: Test
id: test
run: |
@ -126,9 +124,7 @@ jobs:
pip install pytest-timeout
pip install flaky
pip install .
#pip install -U docarray[hnswlib]>=0.33.0
pip install git+https://github.com/jina-ai/jina.git@master
pip install git+https://github.com/docarray/docarray.git@main
pip install -U docarray[hnswlib]>=0.34.0
- name: Test
id: test
run: |

View File

@ -1,3 +1,3 @@
jina>=3.17.0
jina>=3.18.0
click
#docarray[hnswlib]>=0.33.0
#docarray[hnswlib]>=0.34.0

View File

@ -56,4 +56,4 @@ setup(
)
import subprocess
subprocess.run(['pip', 'install', 'docarray[hnswlib]>=0.33.0'])
subprocess.run(['pip', 'install', 'docarray[hnswlib]>=0.34.0'])