Skip to content

Commit

Permalink
Pin numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jun 19, 2024
1 parent c4b1410 commit 3e19ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include_package_data = true
python_requires = >=3.9
setup_requires =
cython>=0.25,<3.0
numpy>=1.15.0
numpy>=1.15.0,<2.0.0
# We also need our Cython packages here to compile against
cymem>=2.0.2,<2.1.0
preshed>=3.0.2,<3.1.0
Expand All @@ -47,7 +47,7 @@ install_requires =
confection>=0.0.1,<1.0.0
# Third-party dependencies
setuptools
numpy>=1.19.0
numpy>=1.19.0,<2.0.0
pydantic>=1.7.4,!=1.8,!=1.8.1,<3.0.0
packaging>=20.0

Expand Down

0 comments on commit 3e19ca8

Please sign in to comment.