Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/explosion/cython-blis
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Dec 13, 2024
2 parents 8a7e61b + 1601409 commit 207c186
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-constraints.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# build version constraints for use with wheelwright + multibuild
numpy>=2.0.0; python_version>='3.9'
numpy>=1.19.3,<3.0.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools",
"cython>=0.25",
"numpy>=2.0.0,<3.0.0"
"numpy>=1.19.3,<3.0.0"
]
build-backend = "setuptools.build_meta"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Test requirements
numpy>=2.0.0,<3.0.0
numpy>=1.19.3,<3.0.0
pytest
cython
hypothesis>=4.0.0,<7.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def chdir(new_dir):
"numpy>=2.0.0,<3.0.0",
],
install_requires=[
"numpy>=2.0.0,<3.0.0",
"numpy>=1.19.3,<3.0.0",
],
ext_modules=cythonize(
[
Expand Down

0 comments on commit 207c186

Please sign in to comment.