dwavesystems / dwave-neal

An implementation of a simulated annealing sampler for general Ising model graphs in C++ with a dimod Python wrapper.
https://docs.ocean.dwavesys.com/projects/neal/en/latest
Apache License 2.0
50 stars 44 forks source link

Fix build deps #100

Closed randomir closed 1 year ago

randomir commented 2 years ago

Building dwave-neal from source on win32 fails due to https://github.com/dwavesystems/dwave-neal/blob/a11e477c3a6b3585d75ee8b58be75a4127d0c17c/pyproject.toml#L6

First version of NumPy with py39 support (on win32) is 1.19.3.

See https://github.com/dwavesystems/dwave-neal/pull/99#discussion_r773361288 and this py39 build on win32.