Skip to content

Commit

Permalink
Require updated blis
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jan 13, 2025
1 parent 6abf379 commit a6a5371
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = [
"murmurhash>=1.0.2,<1.1.0",
"cymem>=2.0.2,<2.1.0",
"preshed>=3.0.2,<3.1.0",
"blis>=1.1.0,<1.2.0",
"blis>=1.2.0,<1.3.0",
"numpy>=2.0.0,<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
Expand Up @@ -2,7 +2,7 @@
murmurhash>=1.0.2,<1.1.0
cymem>=2.0.2,<2.1.0
preshed>=3.0.2,<3.1.0
blis>=1.1.0,<1.2.0
blis>=1.2.0,<1.3.0
srsly>=2.4.0,<3.0.0
wasabi>=0.8.1,<1.2.0
catalogue>=2.0.4,<2.1.0
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ setup_requires =
cymem>=2.0.2,<2.1.0
preshed>=3.0.2,<3.1.0
murmurhash>=1.0.2,<1.1.0
blis>=1.1.0,<1.2.0
blis>=1.2.0,<1.3.0
install_requires =
# Explosion-provided dependencies
blis>=1.1.0,<1.2.0
blis>=1.2.0,<1.3.0
murmurhash>=1.0.2,<1.1.0
cymem>=2.0.2,<2.1.0
preshed>=3.0.2,<3.1.0
Expand Down
2 changes: 1 addition & 1 deletion thinc/about.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "8.3.3"
__version__ = "8.3.4"
__release__ = True

0 comments on commit a6a5371

Please sign in to comment.