Skip to content

Commit

Permalink
relax pyarrow version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jboynyc committed Feb 20, 2024
1 parent 15d25ac commit c40ed24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ toolz = "^0.12.0"
tqdm = "^4.64.1"
wasabi = "^1.1.2"
concepts = {version = "^0.9.2", optional = true}
pyarrow = {version = "14.0.1", markers = "implementation_name!='pypy'"}
pyarrow = {version = "^14.0.1", markers = "implementation_name!='pypy'"}

[tool.poetry.group.doc.dependencies]
en-core-web-sm = {url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl"}
Expand Down

0 comments on commit c40ed24

Please sign in to comment.