Open spinoch opened 3 years ago
Currently dependencies are hard-pinned to a specific version. This is usually considered an anti-pattern.
One can relax pinning to soft pinning by allowing a range of versions for dependencies.
As also outlined in https://github.com/dmuhs/pythx/issues/178, having a more relaxed pinning would make package/environment maintenance significantly easier
Currently dependencies are hard-pinned to a specific version. This is usually considered an anti-pattern.
One can relax pinning to soft pinning by allowing a range of versions for dependencies.
As also outlined in https://github.com/dmuhs/pythx/issues/178, having a more relaxed pinning would make package/environment maintenance significantly easier