Skip to content

Commit b20c93c

Browse files
authored
Merge pull request #539 from arcondello/dwave-optimization-0.4.0
Support dwave-optimization~=0.4.0
2 parents 60a4e4b + f0ac40f commit b20c93c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--extra-index-url https://pypi.dwavesys.com/simple
22

33
dimod==0.12.13
4-
dwave-optimization==0.1.0
4+
dwave-optimization==0.4.0
55
dwave-preprocessing==0.6.4
66
dwave-cloud-client==0.12.0
77
dwave-networkx==0.8.10

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
install_requires = ['dimod>=0.12.7,<0.14.0',
28-
'dwave-optimization>=0.1.0,<0.4',
28+
'dwave-optimization>=0.1.0,<0.6',
2929
'dwave-cloud-client>=0.12.0,<0.14.0',
3030
'dwave-networkx>=0.8.10',
3131
'dwave-preprocessing>=0.5.0',

0 commit comments

Comments
 (0)