Skip to content

Commit

Permalink
Limit tf io package to versions compatible with python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
javiber committed Mar 27, 2024
1 parent e6bdfb5 commit bda5196
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 29 deletions.
64 changes: 35 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ pillow = ">=9.5,<11.0"
cairosvg = "^2.7.0"
colorama = "^0.4.6"
tensorflow = ">=2.13.0,<2.16"
# limit this package because versions after 0.35 fail on python 3.8
tensorflow-io-gcs-filesystem = ">=0.33.0,<0.35"
selenium = "^4.11.2"
coverage = "^7.3.1"
mdx-truly-sane-lists = "^1.3"
Expand Down

0 comments on commit bda5196

Please sign in to comment.