Skip to content

Commit

Permalink
use scipy 1.13.1 to ignore neko error
Browse files Browse the repository at this point in the history
  • Loading branch information
doichanj committed Jul 4, 2024
1 parent f4f2d37 commit 3746b08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/neko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
test_selection: backend
repo_install_command: |
pip install scipy==1.13.1
pip install conan
pip uninstall -y qiskit qiskit-terra qiskit-aer
pip install -c constraints.txt .
3 changes: 0 additions & 3 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ astroid==2.14.2
# to work with the new jinja version (the jinja maintainers aren't going to
# fix things) pin to the previous working version.
jinja2==3.0.3

# this is temporary to avoid neko fail
scipy==1.13.1; python_version=='3.12'

0 comments on commit 3746b08

Please sign in to comment.