Skip to content

Commit

Permalink
Features/add optional blas (#186)
Browse files Browse the repository at this point in the history
* Add optional blas integration.

* Add openblas to install.

* Add feature flags.

* Add openssl-sys libs.

* Remove windows latest.
  • Loading branch information
benjaminrwilson authored May 9, 2023
1 parent 7f04123 commit 19fcb57
Show file tree
Hide file tree
Showing 8 changed files with 427 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest]
python_version:
["3.8", "3.9", "3.10"]
defaults:
Expand Down
Loading

0 comments on commit 19fcb57

Please sign in to comment.