Skip to content

Commit

Permalink
Pin numpy in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jun 19, 2024
1 parent 2460465 commit 213e4c2
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 @@ -50,8 +50,8 @@ install_requires =
confection>=0.0.1,<1.0.0
# Third-party dependencies
setuptools
numpy>=1.15.0; python_version < "3.9"
numpy>=1.19.0; python_version >= "3.9"
numpy>=1.15.0,<2.0.0; python_version < "3.9"
numpy>=1.19.0,<2.0.0; python_version >= "3.9"
pydantic>=1.7.4,!=1.8,!=1.8.1,<3.0.0
packaging>=20.0
# Backports of modern Python features
Expand Down

0 comments on commit 213e4c2

Please sign in to comment.