We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2885ef commit e77a34bCopy full SHA for e77a34b
pyproject.toml
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "minimalANN"
7
-version = "1.0.0"
8
-description = "A minimal barebones ANN using only numpy"
+version = "1.0.8"
+description = "A minimal barebones ANN library using only numpy"
9
authors = [
10
{ name = "Amritanshu Barpanda", email = "your_email@example.com" }
11
]
12
license = "MIT"
13
readme = "README.md"
14
-requires-python = ">=3.8"
+requires-python = ">=3.10"
15
16
dependencies = [
17
"numpy"
0 commit comments