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
Would it be possible to use >= instead of == in the package dependencies? As it stands, each time a package is updated, these dependencies will have to be updated manually and will inevitably cause a conflict, which is what I am trying to solve now.
Pull request #82 modified the dependencies to be quite strict, and most packages listed below are out of date just a few months after these changes. An example requirements.txt could be something like:
Would it be possible to use
>=
instead of==
in the package dependencies? As it stands, each time a package is updated, these dependencies will have to be updated manually and will inevitably cause a conflict, which is what I am trying to solve now.Pull request #82 modified the dependencies to be quite strict, and most packages listed below are out of date just a few months after these changes. An example
requirements.txt
could be something like:If this is something you're open to, I can make a pull request. Thanks for any help :)
The text was updated successfully, but these errors were encountered: