Skip to content

Commit

Permalink
Fix CI for missing py38 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpmorgan committed Jan 8, 2024
1 parent 4489df6 commit 370f43a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 23 deletions.
55 changes: 32 additions & 23 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ rich = "^13.4.2"
h5py = { version = "^3.9.0", optional = true }
tensorflow = { version = "^2.13.0", optional = true }
tensorflow-macos = { version = "^2.13.0", platform = "darwin", optional = true }
tensorflow-io-gcs-filesystem = { version = ">=0.23.1,<0.35", option = true }
tomlkit = "^0.12.3"

[tool.poetry.extras]
Expand Down

0 comments on commit 370f43a

Please sign in to comment.