mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
10 lines
328 B
Python
10 lines
328 B
Python
--- setup.py.orig 2023-01-12 05:20:26 UTC
|
|
+++ setup.py
|
|
@@ -104,6 +104,6 @@ setup(name='annoy',
|
|
'Programming Language :: Python :: 3.9',
|
|
],
|
|
keywords='nns, approximate nearest neighbor search',
|
|
- setup_requires=['nose>=1.0'],
|
|
+ setup_requires=[],
|
|
tests_require=['numpy', 'h5py']
|
|
)
|