Skip to content

Commit 45acdb0

Browse files
committed
Extras-based install requires the latest dwavebinarycsp
1 parent 3ba9cdf commit 45acdb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121

2222
extras_require = {
2323
':(platform_machine == "x86_64" or platform_machine == "amd64") and python_version != "3.4"': [
24-
'dwavebinarycsp[mip]>=0.0.2,<0.1.0'
24+
'dwavebinarycsp[mip]>=0.0.7,<0.1.0'
2525
],
2626
':platform_machine != "x86_64" and platform_machine != "amd64" or python_version == "3.4"': [
27-
'dwavebinarycsp[maxgap]>=0.0.2,<0.1.0'
27+
'dwavebinarycsp[maxgap]>=0.0.7,<0.1.0'
2828
]
2929
}
3030

0 commit comments

Comments
 (0)