conplex-dti / pyproject.toml
samsl's picture
bug fixing
4ad60b7
raw
history blame contribute delete
335 Bytes
[project]
name = "conplex-gradio"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11,<3.12"
dependencies = [
"biopython>=1.85",
"conplex-dti>=0.1.12",
"gradio>=3.50.2",
"pandas>=1.5.3",
"pathvalidate>=3.3.1",
"tqdm>=4.67.1",
"transformers>=4.57.1",
]