Skip to content

Commit

Permalink
Relax dependencies for Intel MKL compatibility
Browse files Browse the repository at this point in the history
Lowered version requirements for numba and scipy for the latest available Intel MKL built versions
  • Loading branch information
corykinney committed Jun 28, 2024
1 parent cb62d53 commit d6fd996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ packages = [
python = "^3.10"
CoolProp = "^6.6.0"
numpy = "^1.26.0"
numba = "^0.60.0"
scipy = "^1.13.0"
numba = "^0.59.0"
scipy = "^1.10.0"

[tool.poetry.group.docs.dependencies]
mkdocs = "1.6.0"
Expand Down

0 comments on commit d6fd996

Please sign in to comment.