Open
Description
🐛 Describe the bug
Dependencies like fsspec
or networkx
have no lower bound, which is obviously a problem (first versions of such packages were developed under python 2..). This is a problem for people trying to test their own lower bounds in dependencies. For example, I would be forced to manually add fsspec>=2025
(dummy example) to my own dependencies, when I did not even hear of this package until I tried to resolve lower bounds for pytorch.
Versions
Any recent version
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status