Skip to content

Commit

Permalink
upgrade duckdb (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadB authored Mar 27, 2023
1 parent d44d2df commit 4fef4d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
'hnswlib >= 0.7',
'clickhouse_connect >= 0.5.7',
'sentence-transformers >= 2.2.2',
'duckdb >= 0.5.1',
'duckdb >= 0.7.1',
'fastapi >= 0.85.1',
'uvicorn[standard] >= 0.18.3',
'numpy >= 1.21.6',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fastapi==0.85.1
uvicorn[standard]==0.18.3
requests==2.28.1
pandas==1.3.5
duckdb==0.5.1
duckdb==0.7.1
hnswlib==0.7.0
clickhouse-connect==0.5.7
pydantic==1.9.0
Expand Down

0 comments on commit 4fef4d8

Please sign in to comment.