Skip to content

Commit

Permalink
Make TF-io direct dependency for Python 3.8 and pin its version <=0.3…
Browse files Browse the repository at this point in the history
…4.* (#759)
  • Loading branch information
juhoinkinen committed Jan 4, 2024
1 parent 0348b28 commit 8bef843
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jsonschema = "4.17.*"
fasttext-wheel = {version = "0.9.2", optional = true}
voikko = {version = "0.5.*", optional = true}
tensorflow-cpu = {version = "2.13.*", optional = true}
tensorflow-io-gcs-filesystem = {version = "<=0.34.*", optional = true, python = "3.8"}
lmdb = {version = "1.4.1", optional = true}
omikuji = {version = "0.5.*", optional = true}
yake = {version = "0.4.5", optional = true}
Expand All @@ -74,7 +75,7 @@ schemathesis = "3.*.*"
[tool.poetry.extras]
fasttext = ["fasttext-wheel"]
voikko = ["voikko"]
nn = ["tensorflow-cpu", "lmdb"]
nn = ["tensorflow-cpu", "tensorflow-io-gcs-filesystem", "lmdb"]
omikuji = ["omikuji"]
yake = ["yake"]
spacy = ["spacy"]
Expand Down

0 comments on commit 8bef843

Please sign in to comment.