Files
esm/pyproject.toml
2024-09-25 13:40:48 +02:00

43 lines
777 B
TOML

[project]
name = "esm"
version = "3.0.5"
description = "EvolutionaryScale open model repository"
readme = "README.md"
requires-python = ">=3.10"
license = {file = "LICENSE.txt"}
authors = [
{name = "EvolutionaryScale Team"}
]
maintainers = [
{name = "Zeming Lin", email = "zeming+esm@evolutionaryscale.ai" }
]
classifiers = [
"Development Status :: 3 - Alpha",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Programming Language :: Python :: 3.10",
]
dependencies = [
"torch>=2.2.0",
"torchvision",
"torchtext",
"transformers",
"ipython",
"einops",
"biotite==0.41.2",
"msgpack-numpy",
"biopython",
"scikit-learn",
"brotli",
"attrs",
"pandas",
"cloudpathlib",
]
[tool.setuptools.packages.find]
where = ["."]
include = ["esm*"]