caliby / pyproject.toml
Justine Yuan
Caliby HuggingFace example
3beba17
[project]
name = "caliby-hf"
version = "0.1.0"
dependencies = [
"caliby[af2] @ git+https://github.com/ProteinDesignLab/caliby@20d6757aaaba1662e71234ba25dde0f64b199683",
"gradio",
"huggingface_hub",
"molview>=0.1.0",
"omegaconf",
"pandas",
"pytest",
"spaces",
"torch",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]
[tool.ruff]
line-length = 120
exclude = ["chroma"]
[tool.ruff.lint]
select = ["E", "F", "I"]
ignore = ["E731"]
[tool.ruff.format]
quote-style = "preserve" # avoid churning quotes
indent-style = "space"