summaryrefslogtreecommitdiff
path: root/math/py-annoy/files/patch-setup.py
blob: f1bf9c98ae64071f0fc808877d6dba7fca8dc310 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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']
       )