File tree 2 files changed +7
-7
lines changed 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
- os : macos-latest
125
125
python-version : 3.9
126
126
- os : macos-latest
127
- python-version : 3.12
127
+ python-version : 3.11
128
128
- os : windows-latest
129
129
python-version : 3.9
130
130
- os : windows-latest
@@ -332,7 +332,7 @@ jobs:
332
332
path : /tmp/m39
333
333
- uses : actions/download-artifact@v4
334
334
with :
335
- name : macos-latest-3.12
335
+ name : macos-latest-3.11
336
336
path : /tmp/m312
337
337
- uses : actions/download-artifact@v4
338
338
with :
@@ -347,7 +347,7 @@ jobs:
347
347
shell : bash
348
348
- name : Combined Deprecation Messages
349
349
run : |
350
- sort -f -u /tmp/o39/opt.dep /tmp/o310/opt.dep /tmp/o311/opt.dep /tmp/o312/opt.dep /tmp/m39/opt.dep /tmp/m312 /opt.dep /tmp/w39/opt.dep /tmp/w312/opt.dep || true
350
+ sort -f -u /tmp/o39/opt.dep /tmp/o310/opt.dep /tmp/o311/opt.dep /tmp/o312/opt.dep /tmp/m39/opt.dep /tmp/m311 /opt.dep /tmp/w39/opt.dep /tmp/w312/opt.dep || true
351
351
shell : bash
352
352
- name : Coverage combine
353
353
run : coverage3 combine /tmp/o39/opt.dat
Original file line number Diff line number Diff line change 73
73
include_package_data = True ,
74
74
python_requires = ">=3.9" ,
75
75
extras_require = {
76
- "cplex" : ["cplex; python_version < '3.12' and platform_machine != 'arm64'" ],
76
+ "cplex" : [
77
+ "cplex; python_version < '3.13' and platform_system != 'Darwin' or python_version < '3.12' and platform_system == 'Darwin'"
78
+ ],
77
79
"cvx" : ["cvxpy" ],
78
80
"matplotlib" : ["matplotlib" ],
79
- "gurobi" : [
80
- "gurobipy; platform_machine != 'arm64' or python_version >= '3.9' and platform_machine == 'arm64'"
81
- ],
81
+ "gurobi" : ["gurobipy; python_version >= '3.9'" ],
82
82
},
83
83
project_urls = {
84
84
"Bug Tracker" : "https://github.com/qiskit-community/qiskit-optimization/issues" ,
You can’t perform that action at this time.
0 commit comments