You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the dependencies under [tool.poetry.group.tf.dependencies] in pyproject.toml are not recognized as pip extras. This makes it difficult to get dependencies tensorflow and tensorflow-hub via pip when using perch_hoplite.
Currently, the dependencies under
[tool.poetry.group.tf.dependencies]
inpyproject.toml
are not recognized as pip extras. This makes it difficult to get dependenciestensorflow
andtensorflow-hub
via pip when using perch_hoplite.Could you update the
pyproject.toml
to declare "tf" as an extra? I think this would go in the[project.optional-dependencies]
section.This would enable users to get perch_hoplite's transitive dependencies when we install the package like so:
The text was updated successfully, but these errors were encountered: