We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b8b65 commit 34a925fCopy full SHA for 34a925f
.github/workflows/build.yml
@@ -11,9 +11,9 @@ jobs:
11
with:
12
database: pgvector_python_test
13
- run: |
14
- sudo apt-get update && sudo apt-get install postgresql-server-dev-13
+ sudo apt-get update && sudo apt-get install postgresql-server-dev-14
15
cd /tmp
16
- git clone --branch v0.1.8 https://github.com/ankane/pgvector.git
+ git clone --branch v0.2.0 https://github.com/ankane/pgvector.git
17
cd pgvector
18
make
19
sudo make install
requirements.txt
@@ -1,8 +1,8 @@
1
asyncpg
2
Django
3
numpy
4
+psycopg[binary]
5
psycopg2
6
pytest
7
pytest-asyncio
8
SQLAlchemy
-psycopg[binary]
0 commit comments