Closed impredicative closed 5 years ago
@impredicative requirements.txt is here to help developers who want to contribute to the project build a dev environment. Certainly not necessary but nice to have both.
It is not in sync with setup.py. Anyway, duplication of this specification will always risk being out of sync. Why not just read it from one place instead, i.e. from requirements.txt? Consider the answers here.
Your requirements.txt file will always fall out of sync. You don't really need it. It still says tensorflow!
Alternatively, use it, but read it in from setup.py. This is doable. The point is to have a singular definition of the requirements.
Ok @impredicative you're right, we've removed requirements.txt
Is the
requirements.txt
file necessary or can it be deleted? The requirements are already defined insetup.py
?