-
[dependencies]
python = "3.11"
pip = ">=24.2"
[environments]
example = { features = ["example"], solve-group = "example" }
[feature.example.dependencies]
[feature.example.pypi-dependencies]
dagster = ">=1.8,<1.9"
[project]
name = "baz"
version = "1.0.0"
description = "bar"
authors = [
"foo",
]
platforms = ["linux-64", "osx-arm64"]
channels = ["conda-forge"] fails with
adding
results in
how can this be fixed? Install via pip works - why does UV fail? |
Beta Was this translation helpful? Give feedback.
Answered by
tdejager
Aug 27, 2024
Replies: 1 comment
-
Sorry about that. It is this issue what is causing this behavior: #1917 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
geoHeil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry about that. It is this issue what is causing this behavior: #1917