Skip to content

Commit

Permalink
Fix Numba version in tests config.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Dec 26, 2022
1 parent 3fb5002 commit 69f0af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test = [
"pytest-cov",
"pytest-subtests",
"numpy>=1.22", # Requires array_api module
"numba<=0.53.1", # Greater versions don't support numpy>=1.22
"numba>=0.56", # Older versions don't support numpy>=1.22
]

[project.urls]
Expand Down

0 comments on commit 69f0af8

Please sign in to comment.