Skip to content

Commit d57b5dc

Browse files
committed
lower bounds to try to appease uv
1 parent 28bdfd3 commit d57b5dc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ def get_version(rel_path):
4646
install_requires=[
4747
"matplotlib",
4848
"numpy >= 2.0",
49-
"pynndescent",
49+
"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",
5054
"scipy",
5155
"torch >= 1.7.1",
5256
"torchvision >= 0.8.2",

0 commit comments

Comments
 (0)