Skip to content

Commit

Permalink
Update versions in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jul 31, 2024
1 parent 2fdc5d7 commit efda3b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ include_package_data = true
python_requires = >=3.6
setup_requires =
cython>=0.25,<3.0
numpy>=1.15.0
numpy>=2.0.1,<2.1.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
murmurhash>=1.0.2,<1.1.0
blis>=0.7.8,<0.8.0
blis>=1.0.0,<1.1.0
install_requires =
# Explosion-provided dependencies
blis>=0.7.8,<0.8.0
blis>=1.0.0,<1.1.0
murmurhash>=1.0.2,<1.1.0
cymem>=2.0.2,<2.1.0
preshed>=3.0.2,<3.1.0
Expand All @@ -50,8 +50,8 @@ install_requires =
confection>=0.0.1,<1.0.0
# Third-party dependencies
setuptools
numpy>=1.15.0,<2.0.0; python_version < "3.9"
numpy>=1.19.0,<2.0.0; python_version >= "3.9"
numpy>=2.0.0,<2.1.0; python_version < "3.9"
numpy>=2.0.0,<2.1.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 efda3b4

Please sign in to comment.