-
-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
I recently came across pathos as a dependency of another package. Adding pathos forced me to update many packages we already use to the latest version.
I see the dependencies were updated to the latest versions in a sweep here:
33e3f91
Enforcing those latest dependencies in a CI and your requirements.txt file, i.e. the "supported" dependency versions, is probably fine. However, I would argue that forcing these via the setup.py is a bit too strict. What I see in other popular packages is the opposite: "Only update strict minimum version requirements if necessary because of API or bugs"
Metadata
Metadata
Assignees
Labels
No labels