File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ maintainers = [
1717requires-python = " >=3.10"
1818dependencies = [
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 = ["."]
4646exclude = [" test" , " test.*" ]
4747
4848[tool .setuptools .package-data ]
49- stcrpy = [" tcr_geometry/reference_data/*" , ]
49+ stcrpy = [" tcr_geometry/reference_data/*" ]
You can’t perform that action at this time.
0 commit comments