Skip to content

Commit

Permalink
Revert blis range to <0.8.0 (#772)
Browse files Browse the repository at this point in the history
Due to more reports of access violations in windows, reduce supported
blis versions back to `<0.8.0`.
  • Loading branch information
adrianeboyd authored Sep 26, 2022
1 parent 4dffe21 commit cb6edbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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>=0.7.8,<0.10.0",
"blis>=0.7.8,<0.8.0",
"numpy>=1.15.0",
]
build-backend = "setuptools.build_meta"
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>=0.7.8,<0.10.0
blis>=0.7.8,<0.8.0
srsly>=2.4.0,<3.0.0
wasabi>=0.8.1,<1.1.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 @@ -35,10 +35,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>=0.7.8,<0.10.0
blis>=0.7.8,<0.8.0
install_requires =
# Explosion-provided dependencies
blis>=0.7.8,<0.10.0
blis>=0.7.8,<0.8.0
murmurhash>=1.0.2,<1.1.0
cymem>=2.0.2,<2.1.0
preshed>=3.0.2,<3.1.0
Expand Down

0 comments on commit cb6edbe

Please sign in to comment.