Spaces:
Sleeping
Sleeping
File size: 633 Bytes
b92b272 28d4b1e b92b272 28d4b1e b92b272 2d77790 0f66182 b92b272 f8402f9 87c0dbc 466a8f2 2410bbd a71a737 b92b272 f8402f9 b92b272 a71a737 |
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 |
[tool.poetry]
name = "hexviz"
version = "0.1.0"
description = "Visualize and analyze attention patterns for protein language models on structures"
authors = ["Aksel Lenes <aksel.lenes@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
streamlit = "1.17"
stmol = "^0.0.9"
biopython = "^1.81"
transformers = "^4.27.1"
torch = "^2.0.0"
sentencepiece = "^0.1.97"
tape-proteins = "^0.5"
matplotlib = "^3.7.1"
ruff = "^0.0.264"
[tool.poetry.dev-dependencies]
pytest = "^7.2.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.ruff]
line-length = 100
[tool.black]
line-length = 100 |