You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
11 lines
326 B
Diff
11 lines
326 B
Diff
--- setup.py.orig 2025-07-23 13:37:32
|
|
+++ setup.py 2025-07-23 13:37:59
|
|
@@ -104,6 +104,6 @@
|
|
'Programming Language :: Python :: 3.9',
|
|
],
|
|
keywords='nns, approximate nearest neighbor search',
|
|
- setup_requires=['nose>=1.0'],
|
|
+ setup_requires=[''],
|
|
tests_require=['numpy', 'h5py']
|
|
)
|