Closed innat closed 2 years ago
@muellerdo
Depending the setup.py vs requirements.py issue, I refer to the excellent comment of AndreasT in the StackOverflow post:
requirements.txt: This helps you to set up your development environment. ... setup.py: This helps you to create packages that you can redistribute.
Summarized, setup.py should be more dynamic like in your pull request and requirements.txt should be a momentum status or freeze.
Sources:
Switched base to dev branch, rerun CI jobs.
All checks are fine. Merging.
Thanks for the PR @innat ! :)
Currently, it supports
tf 2.7
only. But it can be used fortf >= 2.6
.