We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60a4e4b + f0ac40f commit b20c93cCopy full SHA for b20c93c
requirements.txt
@@ -1,7 +1,7 @@
1
--extra-index-url https://pypi.dwavesys.com/simple
2
3
dimod==0.12.13
4
-dwave-optimization==0.1.0
+dwave-optimization==0.4.0
5
dwave-preprocessing==0.6.4
6
dwave-cloud-client==0.12.0
7
dwave-networkx==0.8.10
setup.py
@@ -25,7 +25,7 @@
25
26
27
install_requires = ['dimod>=0.12.7,<0.14.0',
28
- 'dwave-optimization>=0.1.0,<0.4',
+ 'dwave-optimization>=0.1.0,<0.6',
29
'dwave-cloud-client>=0.12.0,<0.14.0',
30
'dwave-networkx>=0.8.10',
31
'dwave-preprocessing>=0.5.0',
0 commit comments