Skip to content

Commit

Permalink
declare more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed Jun 18, 2024
1 parent 61bbdee commit f43e827
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/run_cirun_graviton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,5 @@ jobs:
python3 -m asv run --config $ASV_CONFIG -v
env:
PKG_CONFIG_PATH: ${{ github.workspace }}
PYTHONPATH: ${{ github.workspace }} # FIXME

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
build-backend = "mesonpy"
requires = [
"meson-python>=0.16.0",
"numpy",
"meson",
"ninja",
"numpy<2",
"scipy_openblas32"
]

Expand Down

0 comments on commit f43e827

Please sign in to comment.