From 60725c575135256a43a550830cc09e6b518b87d0 Mon Sep 17 00:00:00 2001 From: Joan Fontanals Martinez Date: Thu, 22 Jun 2023 15:37:01 +0200 Subject: [PATCH] chore: update versions --- .github/workflows/ci.yml | 8 ++------ requirements.txt | 4 ++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cc39a7..6ef7681 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | diff --git a/requirements.txt b/requirements.txt index 2712635..ab29dde 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -jina>=3.17.0 +jina>=3.18.0 click -#docarray[hnswlib]>=0.33.0 +#docarray[hnswlib]>=0.34.0 diff --git a/setup.py b/setup.py index 3da8d7c..0b9fb84 100644 --- a/setup.py +++ b/setup.py @@ -56,4 +56,4 @@ setup( ) import subprocess -subprocess.run(['pip', 'install', 'docarray[hnswlib]>=0.33.0']) \ No newline at end of file +subprocess.run(['pip', 'install', 'docarray[hnswlib]>=0.34.0']) \ No newline at end of file