Skip to content

Commit 783b031

Browse files
committed
fix: remove [tool.uv.sources] override — resolve amplifier-core from PyPI
The [tool.uv.sources] section forced amplifier-core to resolve from git (requiring a Rust toolchain). Removed so that uv resolves from PyPI, matching the standard install path. Also pinned amplifier-core>=1.0.10 in dev dependency-group.
1 parent ed8da2d commit 783b031

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,11 @@ allow-direct-references = true
3333

3434
[dependency-groups]
3535
dev = [
36-
"amplifier-core",
36+
"amplifier-core>=1.0.10",
3737
"pytest>=8.0.0",
3838
"pytest-asyncio>=1.0.0",
3939
]
4040

41-
[tool.uv.sources]
42-
amplifier-core = { git = "https://github.com/microsoft/amplifier-core", branch = "main" }
4341

4442
[tool.pytest.ini_options]
4543
testpaths = ["tests"]

uv.lock

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)