-
Notifications
You must be signed in to change notification settings - Fork 817
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
chore: bump unstructured-inference pin #2913
Merged
Merged
Conversation
This file contains 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
cragwolfe
reviewed
Apr 19, 2024
scanny
force-pushed
the
scanny/bump-unst-inference-pin
branch
2 times, most recently
from
April 20, 2024 03:27
0999734
to
a950681
Compare
scanny
force-pushed
the
scanny/bump-unst-inference-pin
branch
from
April 20, 2024 03:59
a950681
to
40399f3
Compare
A `ResolutionImpossible` error during one of the many pip-compile commands executed in series by `$ make pip-compile` does not cause the `make` command to fail and gives the user no ready indication of the failure. Fix that by making the `foreach` loop used in `Makefile` exit on any individual pip-compile command that fails.
These are the hand-made changes to update the `unstructured-inference` pin and work around changes since the last version. The next commit contains the changes to `requirements//*.txt` files generated by `pip-compile` based on these changes and version evolution of third-party packages.
scanny
force-pushed
the
scanny/bump-unst-inference-pin
branch
from
April 20, 2024 22:02
f552ee9
to
e7469cc
Compare
scanny
force-pushed
the
scanny/bump-unst-inference-pin
branch
from
April 21, 2024 00:17
343581b
to
e7469cc
Compare
cragwolfe
approved these changes
Apr 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Update dependencies to use the new version of
unstructured-inference
released yesterday. Remedy a few small problems withmake pip-compile
that stood in the way.