Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
check_requirements(('tensorflow>=2.4.1',))
(#5476)
`check_requirements()` is unreliable for large packages like torch and tensorflow that may have multiple installation routes (i.e. conda, pip, tensorflow-cpu, etc.)
- Loading branch information