Skip to content

Commit 466fb1b

Browse files
Introduce dependency on benjaminhwilliams/plip
1 parent dc2dad9 commit 466fb1b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ maintainers = [
1717
requires-python = ">=3.10"
1818
dependencies = [
1919
"biopython",
20-
"numpy==1.26.4", # required by DockQ
20+
"numpy==1.26.4", # required by DockQ
2121
"lxml",
22-
"openbabel-wheel==3.1.1.21",
2322
"rdkit",
24-
"pyhmmer==0.11.4", # fix pyhmmer version to prevent string encoding bu. TODO:fix this within anarci-mhc directly and redeploy
23+
"plip@git+https://github.com/benjaminhwilliams/plip",
24+
"pyhmmer==0.11.4", # fix pyhmmer version to prevent string encoding bu. TODO:fix this within anarci-mhc directly and redeploy
2525
"anarci-mhc",
2626
"pandas",
2727
"matplotlib",
@@ -46,4 +46,4 @@ where = ["."]
4646
exclude = ["test", "test.*"]
4747

4848
[tool.setuptools.package-data]
49-
stcrpy = ["tcr_geometry/reference_data/*", ]
49+
stcrpy = ["tcr_geometry/reference_data/*"]

0 commit comments

Comments
 (0)