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
With the migration to pyproject.toml, the requirements are specified inside this file. Still the requirements.txt exists as it is used in installation scripts / documentation and Dockerfiles. As now all requiremtents are specified twice and this is additional maintanance effort, a better solution should be found.
The text was updated successfully, but these errors were encountered:
With the migration to
pyproject.toml
, the requirements are specified inside this file. Still therequirements.txt
exists as it is used in installation scripts / documentation and Dockerfiles. As now all requiremtents are specified twice and this is additional maintanance effort, a better solution should be found.The text was updated successfully, but these errors were encountered: