Dependency issue of 0.0.9
Open
- Dominant language
- Python
- Stars
- 243
- Forks
- 38
- Avg merge
- 15h 32m
- Merged PRs (30d)
- 2
Description
v0.0.9 has a direct dependency on `flax`,
https://github.com/google/torchax/blob/main/torchax/checkpoint.py#L18
but does not declare `flax` as a dependency in Python package level. (not installed indirectly if install torchax)
Should consider adding this dependency or update README doc for how to install and use torchax properly.
Contributor guide
Assessment
This issue has not been assessed yet.