chore: Remove bump upper bound on fsspec requirement#4512
Merged
tokoko merged 1 commit intofeast-dev:masterfrom Sep 16, 2024
Merged
chore: Remove bump upper bound on fsspec requirement#4512tokoko merged 1 commit intofeast-dev:masterfrom
tokoko merged 1 commit intofeast-dev:masterfrom
Conversation
ada539a to
09854b9
Compare
tokoko
reviewed
Sep 12, 2024
Makefile
Outdated
| ./pixi run --environment py310 --manifest-path infra/scripts/pixi/pixi.toml "uv pip compile --system --no-strip-extras setup.py --output-file sdk/python/requirements/py3.10-requirements.txt" > sdk/python/requirements/py3.10-requirements.txt | ||
| ./pixi run --environment py310 --manifest-path infra/scripts/pixi/pixi.toml "uv pip compile --system --no-strip-extras setup.py --extra ci --output-file sdk/python/requirements/py3.10-ci-requirements.txt" > sdk/python/requirements/py3.10-ci-requirements.txt | ||
| ./pixi run --environment py311 --manifest-path infra/scripts/pixi/pixi.toml "uv pip compile --system --no-strip-extras setup.py --output-file sdk/python/requirements/py3.11-requirements.txt" > sdk/python/requirements/py3.11-requirements.txt | ||
| ./pixi run --environment py311 --manifest-path infra/scripts/pixi/pixi.toml "uv pip compile --system --no-strip-extras setup.py --extra ci --output-file sdk/python/requirements/py3.11-ci-requirements.txt" > sdk/python/requirements/py3.11-ci-requirements.txt |
Collaborator
There was a problem hiding this comment.
Why this change? Were you unable to install pixi?
Contributor
Author
There was a problem hiding this comment.
Sorry about the stray commit; removed now.
Alternative to feast-dev#4461 Signed-off-by: Chris Burroughs <[email protected]>
09854b9 to
7069b40
Compare
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 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.
Alternative to #4461