Skip to content

Commit

Permalink
modify settings as same as main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
doichanj committed Aug 22, 2024
1 parent 8670565 commit cb1561d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake!=3.17.1,!=3.17.0
conan<2.0.0
scikit-build>=0.11.0
asv
cvxpy>=1.2.1, <1.5.0
cvxpy<1.5.0
pylint
black[jupyter]~=24.1
clang-format~=15.0.7
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

requirements = [
"qiskit>=1.1.0",
"numpy>=1.17",
"numpy>=1.16.3",
"scipy>=1.0",
"psutil>=5",
]
Expand Down

0 comments on commit cb1561d

Please sign in to comment.