Replies: 1 comment 2 replies
-
hi @wigging - this seems like fundamentally the same topic as this other discussion you opened (you mention the process worker, but as i mention, the sequencing problem is common to all workers) do you mind consolidating over there, where the problem is already articulated? feel free to edit the title or body of the original post |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The uv tool has completely taken over my Python programming environment. It's the only thing I need to install Python and manage dependencies for a Python project. Unfortunately, Prefect does not recognize uv projects and does not utilize the
pyproject.toml
file where dependencies and versions are defined. I just want to push my code to a GitLab or GitHub repository and have Prefect pull down that code to a worker and run the code with uv. Are there any plans to adopt uv for Prefect deployments?Beta Was this translation helpful? Give feedback.
All reactions