tox21_mhfp / pyproject.toml
Daniel Probst
Initial commit
444d15c
raw
history blame contribute delete
429 Bytes
[project]
name = "tox-21-mhfp-classifier"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"datasets>=4.4.1",
"fastapi>=0.121.3",
"joblib==1.5.2",
"mhfp==1.9.6",
"numpy==2.3.3",
"rdkit==2025.9.1",
"scikit-learn==1.7.1",
"statsmodels==0.14.5",
"tabulate>=0.9.0",
"torch==2.8.0",
"uvicorn[standard]>=0.38.0",
]