Q&D fix related to https://github.com/python-medikit/medikit/issues/108 #109
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I'm far too ignorant of medikit source code to know if this commit is relevant (so feel free to close/ignore!).
In the meantime, it seems that the root cause does not lie in medikit source code but rather in a mismatch between pip and pip-tools version, hence the modification on that point.
It's also possible that:
=> pip-tools ~=4.0 is fine with pip >=19.2 (not tested), but would require other adaptations to support pip-tools ~=4.0
=> pip will be corrected to fix discrepancies with pip-tools ~=3.0 in future release