We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bdfd3 commit d57b5dcCopy full SHA for d57b5dc
setup.py
@@ -46,7 +46,11 @@ def get_version(rel_path):
46
install_requires=[
47
"matplotlib",
48
"numpy >= 2.0",
49
- "pynndescent",
+ "pynndescent >= 0.51",
50
+ # numba is a transitive dependency of pynndescent; we only include it
51
+ # here in an attempt to appease uv:
52
+ # https://github.com/astral-sh/uv/issues/8863
53
+ "numba >= 0.59.0",
54
"scipy",
55
"torch >= 1.7.1",
56
"torchvision >= 0.8.2",
0 commit comments