ports/science/py-dwave-preprocessing/files/patch-setup.py
Yuri Victorovich 9c2d1c3cda science/py-dwave-preprocessing: Update 0.5.4 → 0.6.0
Reported by:	portscout
2023-06-29 08:58:40 -07:00

10 lines
316 B
Python

--- 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