File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3030 - name : Set up Python ${{ matrix.python-version }}
3131 run : uv python install ${{ matrix.python-version }}
3232 - name : Install the project
33- run : uv sync --dev --all-extras --no-extra pyqrack-cuda
33+ run : uv sync --dev --all-extras --no-extra pyqrack-cuda --no-extra pyqrack-opencl
3434 - name : Run tests
3535 # For example, using `pytest`
3636 run : uv run just coverage
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ dependencies = [
1717 " rich>=13.9.4" ,
1818 " pydantic>=1.3.0,<2.11.0" ,
1919 " pandas>=2.2.3" ,
20- " pyqrack>=1.69.0; sys_platform == 'darwin-arm64'" ,
21- " pyqrack-cpu>=1.69.0; sys_platform != 'darwin-arm64'" ,
20+ " pyqrack-cpu>=1.69.1" ,
2221]
2322
2423[project .optional-dependencies ]
@@ -41,10 +40,10 @@ cirq = [
4140 " qpsolvers[clarabel]>=4.7.0" ,
4241]
4342pyqrack-opencl = [
44- " pyqrack>=1.69.0; sys_platform == 'darwin-arm64' " ,
43+ " pyqrack>=1.69.1 " ,
4544]
4645pyqrack-cuda = [
47- " pyqrack-cuda>=1.69.0 " ,
46+ " pyqrack-cuda>=1.69.1 " ,
4847]
4948stim = [
5049 " stim>=1.15.0" ,
You can’t perform that action at this time.
0 commit comments