This repository was archived by the owner on Mar 31, 2026. It is now read-only.
chore: add constraints file#337
Merged
gcf-merge-on-green[bot] merged 8 commits intomasterfrom Feb 9, 2021
Merged
Conversation
Contributor
|
Why the blank files for other py versions? |
tseaver
previously approved these changes
Dec 10, 2020
Contributor
|
@andrewsg Re: "Why the blank files for other py versions?" I added these in BigQuery because then we can always use a constraints file for every install step in the noxfile. An empty constraints file is a no-op. These can also be customized to support other import versions besides the earliest, such as the latest/earliest version of a dependency package to support Python 3.7, for example. I had to do this in pandas-gbq to avoid installing numpy from source. |
tseaver
approved these changes
Feb 9, 2021
cojenco
pushed a commit
to cojenco/python-storage
that referenced
this pull request
Oct 13, 2021
Add constraints file to test lower bounds. These files will not be used until the noxfile is changed in googleapis/synthtool#869.
cojenco
pushed a commit
to cojenco/python-storage
that referenced
this pull request
Oct 13, 2021
Add constraints file to test lower bounds. These files will not be used until the noxfile is changed in googleapis/synthtool#869.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Add constraints file to test lower bounds.
These files will not be used until the noxfile is changed in googleapis/synthtool#869.