Skip to content

Commit 6e4864a

Browse files
authored
Merge pull request hyperspy#137 from ericpre/use_newaccelerate
Use `newaccelerate` blas on macos arm64
2 parents 0838d7d + 53baba6 commit 6e4864a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
- package-ecosystem: "github-actions" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
11-
interval: "weekly"
11+
interval: "monthly"
1212
groups:
1313
actions:
1414
patterns:

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
env:
1616
DOCS_PATH: ./docs/_build/html/
17+
permissions:
18+
contents: read
1719
steps:
1820
- uses: actions/checkout@v5
1921
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- os: macos
110110
os_version: latest
111111
INSTALLER_EXTENSION: pkg
112-
BLAS_IMPL: _accelerate # avoid newaccelerate for now, issue with scipy
112+
BLAS_IMPL: newaccelerate
113113
ARCH: arm64
114114
TARGET_PLATFORM: osx-arm64
115115
env:

0 commit comments

Comments
 (0)