Skip to content

Commit 0cb7a98

Browse files
committed
use released powerfit during dev
1 parent 14e7b40 commit 0cb7a98

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"duckdb>=1.2.2",
1515
"molviewspec>=1.6.0",
1616
"pandas>=2.3.0",
17-
"powerfit-em>=3.0.2",
17+
"powerfit-em>=3.0.3",
1818
"rich>=14.0.0",
1919
"sparqlwrapper>=2.0.0",
2020
"tqdm>=4.67.1",
@@ -63,11 +63,6 @@ build-backend = "hatchling.build"
6363
[tool.hatch.version]
6464
path = "src/protein_detective/__version__.py"
6565

66-
[tool.uv.sources]
67-
# TODO remove branch when
68-
# https://github.com/haddocking/protein-detective/pull/13 is merged
69-
powerfit_em = {git = "https://github.com/haddocking/powerfit.git", branch = "more-lib-like"}
70-
7166
[tool.ruff]
7267
line-length = 120
7368
extend-include = ["*.ipynb"]

uv.lock

Lines changed: 11 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)