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
I think it would be good practice to separate main functionality dependencies and other stuff into separate requirements files. For example matplotlib should not be needed for calculating the scores. It bloats up virtual env and container sizes during packaging to production.
The text was updated successfully, but these errors were encountered:
I think it would be good practice to separate main functionality dependencies and other stuff into separate requirements files. For example
matplotlib
should not be needed for calculating the scores. It bloats up virtual env and container sizes during packaging to production.The text was updated successfully, but these errors were encountered: