Skip to content

Commit

Permalink
remove deps from build system test
Browse files Browse the repository at this point in the history
  • Loading branch information
e60e256 committed Mar 25, 2024
1 parent 161c93b commit 60552f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_to_pypi_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'main'
- 'feature/*'
jobs:
build:
name: Build distribution
Expand Down
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
requires = [
"setuptools>=65.0",
"wheel",
"qiskit-aer>=0.13.3",
"pytest>=7.2.2",
"qiskit-machine-learning[sparse]>=0.6.0",
"qiskit-algorithms==0.3.0",
"qiskit-finance>=0.4.0",
"qiskit-optimization>=0.6.0",
"qiskit-nature[pyscf]>=0.7.2",
"tweedledum>=1.1.1",
"pybind11>=2.10.4",
"auditwheel>=5.4.0",
"cmake>=3.26.4"
Expand Down

0 comments on commit 60552f3

Please sign in to comment.