Skip to content

Commit

Permalink
only install pyarrow if not using pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
jboynyc committed Feb 20, 2024
1 parent 82d4b05 commit 15d25ac
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 = "14.0.1"
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 15d25ac

Please sign in to comment.