Skip to content

Commit

Permalink
Revert "set upper limit to mkl version"
Browse files Browse the repository at this point in the history
This reverts commit 258afac.
  • Loading branch information
Gertjan van Zwieten committed Dec 18, 2023
1 parent 2d60464 commit dfe41a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Configure MKL
if: ${{ matrix.matrix-backend == 'mkl' }}
run: |
python -um pip install --upgrade --upgrade-strategy eager 'mkl<2024'
python -um pip install --upgrade --upgrade-strategy eager mkl
python -um devtools.gha.configure_mkl
- name: Test
run: python -um coverage run -m unittest discover -b -q -t . -s tests
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
[project.optional-dependencies]
docs = ["Sphinx>=1.8"]
export_mpl = ["matplotlib>=1.3", "pillow>2.6"]
matrix_mkl = ["mkl<2024"]
matrix_mkl = ["mkl"]
matrix_scipy = ["scipy>=0.13"]
import_gmsh = ["meshio"]

Expand Down

0 comments on commit dfe41a1

Please sign in to comment.