-
-
Notifications
You must be signed in to change notification settings - Fork 611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider specifiers for equality operator to pin a dependency in make_install_requirement #1323
Merged
Commits on Feb 24, 2021
-
Consider specifiers for equality operator to pin a dependency in
make_install_requirement - Changed function signature to take ireq directly rather than passing its members one by one - Changed type hint for version as I was getting a pip Version rather than a string, maybe there are some parts of the code calling with string though - Can confirm it generates a pinned torch with === in my use case as expected
Configuration menu - View commit details
-
Copy full SHA for 7ebcb50 - Browse repository at this point
Copy the full SHA 7ebcb50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37c84a7 - Browse repository at this point
Copy the full SHA 37c84a7View commit details -
Prefer forcing version to string rather than building a Version objec…
…t from a specifier version as it made tests fail
Configuration menu - View commit details
-
Copy full SHA for 6a3b232 - Browse repository at this point
Copy the full SHA 6a3b232View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12dace5 - Browse repository at this point
Copy the full SHA 12dace5View commit details -
Write test for requirements pinned with === and multiple pin sources
- Use case example where torch has multiple pin sources
Configuration menu - View commit details
-
Copy full SHA for eface67 - Browse repository at this point
Copy the full SHA eface67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37029fd - Browse repository at this point
Copy the full SHA 37029fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2711940 - Browse repository at this point
Copy the full SHA 2711940View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04154d2 - Browse repository at this point
Copy the full SHA 04154d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f77201c - Browse repository at this point
Copy the full SHA f77201cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfb28ac - Browse repository at this point
Copy the full SHA dfb28acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8338272 - Browse repository at this point
Copy the full SHA 8338272View commit details
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.