We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba9cdf commit 45acdb0Copy full SHA for 45acdb0
setup.py
@@ -21,10 +21,10 @@
21
22
extras_require = {
23
':(platform_machine == "x86_64" or platform_machine == "amd64") and python_version != "3.4"': [
24
- 'dwavebinarycsp[mip]>=0.0.2,<0.1.0'
+ 'dwavebinarycsp[mip]>=0.0.7,<0.1.0'
25
],
26
':platform_machine != "x86_64" and platform_machine != "amd64" or python_version == "3.4"': [
27
- 'dwavebinarycsp[maxgap]>=0.0.2,<0.1.0'
+ 'dwavebinarycsp[maxgap]>=0.0.7,<0.1.0'
28
]
29
}
30
0 commit comments