Skip to content

Commit 60cfbc3

Browse files
authored
Merge pull request #83 from Linbo-Liu/fix-dep
fix(examples): fix conflicting dependency in MigrationBench example.
2 parents 9ad6683 + a0e7131 commit 60cfbc3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

examples/strands_migration_agent/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ dependencies = [
1818
[tool.setuptools]
1919
py-modules = ["rl_app", "reward", "models", "utils"]
2020

21+
[tool.uv]
22+
override-dependencies = [
23+
"migrationbench @ git+https://github.com/amazon-science/MigrationBench.git@19acd9eb3a402d825f200eb14cf01584eaa1f6e9",
24+
]
25+
2126
[tool.uv.sources]
2227
migrationbench = { git = "https://github.com/amazon-science/MigrationBench.git", rev = "19acd9eb3a402d825f200eb14cf01584eaa1f6e9" }
2328
java-migration-agent = { git = "https://github.com/amazon-science/JavaMigration.git", subdirectory = "java_migration_agent" }

0 commit comments

Comments
 (0)