Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
Fix 0.2.3 dimod upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
bellert committed Feb 14, 2018
1 parent 04d94b9 commit bbdf296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def build_extensions(self):
name='dwave_qbsolv',
version='0.2.3',
packages=packages,
install_requires=['dimod>=0.3.1<=0.4.0', 'cython'],
install_requires=['dimod>=0.3.1,<0.5.0', 'cython'],
ext_modules=cythonize(extensions, language='c++'),
cmdclass={'build_ext': build_ext_compiler_check}
)

0 comments on commit bbdf296

Please sign in to comment.