dwavesystems / dwave-system

An API for easily incorporating the D-Wave system as a sampler, either directly or through Leap's cloud-based hybrid samplers
https://docs.ocean.dwavesys.com/
Apache License 2.0
87 stars 61 forks source link

requirements.txt mismatches the install_requires variable in setup.py #494

Closed yurivict closed 1 year ago

yurivict commented 1 year ago

Description The install_requires variable in setup.py contains networkx but requirements.txt doesn't contain it.