summaryrefslogtreecommitdiff
path: root/science/py-dwave-preprocessing/files/patch-setup.py
blob: 3502e3ac7a030674f677f30807749df1af9648b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- setup.py.orig	2023-06-29 15:35:53 UTC
+++ setup.py
@@ -63,7 +63,6 @@ setup(
     include_dirs=[
         numpy.get_include(),
         dimod.get_include(),
-        'extern/spdlog/include/',
         ],
     install_requires=[
         'numpy>=1.17.3,<2.0.0',  # this is the oldest supported NumPy on Python 3.8