Skip to content

Commit

Permalink
release: v0.2.1 fix sqlalchemy dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: cutecutecat <[email protected]>
  • Loading branch information
cutecutecat committed Jul 29, 2024
1 parent e199713 commit 606fc93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[project]
name = "pgvecto-rs"
version = "0.2.0"
version = "0.2.1"
description = "Python binding for pgvecto.rs"
authors = [
{ name = "TensorChord", email = "[email protected]" },
{ name = "盐粒 Yanli", email = "[email protected]" },
{ name = "cutecutecat", email = "[email protected]" },
]
dependencies = ["numpy>=1.23", "toml>=0.10"]
requires-python = "<3.13,>=3.8"
Expand Down

0 comments on commit 606fc93

Please sign in to comment.