We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm guessing this is due to churn in the dependencies (and no pinning of versions).
I was able to get something working with uv (using the --exclude-newer flag with the date of the last commit).
--exclude-newer
Reference for others:
uv venv --python 3.11 uv pip install --exclude-newer 2023-03-20 -e ".[dev]" source .venv/bin/activate dagster dev
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm guessing this is due to churn in the dependencies (and no pinning of versions).
I was able to get something working with uv (using the
--exclude-newer
flag with the date of the last commit).Reference for others:
The text was updated successfully, but these errors were encountered: