Skip to content

Commit

Permalink
Removing support for numpy 1.26 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenaud90 committed Sep 25, 2023
1 parent 75afcde commit 38c12a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ authors= [
]
requires-python = ">=3.8,<3.12"
dependencies = [
'numba>=0.54.1',
'numpy>=1.22',
'scipy>=1.9.3'
'numba >= 0.54.1',
'numpy >= 1.22, <1.26',
'scipy >= 1.9.3'
]
license = {file = "LICENSE.md"}
readme = "README.md"
Expand Down Expand Up @@ -59,7 +59,7 @@ dev = [
[build-system]
requires = [
'setuptools>=64.0.0',
'numpy>=1.22',
'numpy >= 1.22, <1.26',
'cython>=3.0.0',
'wheel>=0.38'
]
Expand Down

0 comments on commit 38c12a6

Please sign in to comment.