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
Because the dependency versions in pyproject.py are pinned to specific versions, it's hard to use this package as a library in a project that has other dependencies.
I would suggest to do take the usual approach for libraries (make the pyproject.toml version restrictions as broad as possible) and save a "frozen" requirements.txt file separately for the app (or wherever else you require 100% reproducible results).
The text was updated successfully, but these errors were encountered:
Because the dependency versions in pyproject.py are pinned to specific versions, it's hard to use this package as a library in a project that has other dependencies.
I would suggest to do take the usual approach for libraries (make the pyproject.toml version restrictions as broad as possible) and save a "frozen" requirements.txt file separately for the app (or wherever else you require 100% reproducible results).
The text was updated successfully, but these errors were encountered: