We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23a4e3 commit b75757cCopy full SHA for b75757c
.github/workflows/test.yaml
@@ -30,7 +30,7 @@ jobs:
30
run: python setup.py sdist bdist_wheel
31
32
- name: Install package
33
- run: pip install dist/pennylane_scaleway-${version}-py3-none-any.whl
+ run: pip install dist/pennylane_scaleway-${version}-py3-none-any.whl[aer]
34
35
- name: Install test
36
run: pip install -r tests/requirements.txt
setup.py
@@ -45,4 +45,5 @@
45
long_description=long_description,
46
long_description_content_type="text/markdown",
47
entry_points={"pennylane.plugins": devices_list},
48
+ extra_requires=extra_requires,
49
)
0 commit comments