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

Add cython to doc requirements #93

Closed JoelPasvolsky closed 1 year ago

JoelPasvolsky commented 3 years ago

Needed to build docs (unlike dimod, cython is not specified in setup.py). The docbuild for this repo is building successfully because it is incorrectly using the root requirements: image This means that it does not see doc-build requirements such as sphinx>=4.0.0,<5.0.0 and in fact is building the docs using sphinx version 1.8.5. We might want to also pin docutils (as in https://github.com/dwavesystems/dwave-ocean-sdk/pull/133)

randomir commented 1 year ago

Closing as stale. dwave-neal has been merged with dwave-samplers.