File size: 563 Bytes
3beba17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[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"