@@ -4,12 +4,14 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " dayhoff"
7- version = " 0.0.5 "
7+ version = " 0.1.0 "
88description = " Python package for generation of protein sequences and evolutionary alignments via discrete diffusion models"
99readme = " README.md"
1010requires-python = " >=3.10.16"
1111license = " MIT"
12- license-files = [" LICEN[CS]E*" ]
12+ license-files = [
13+ " LICENSE"
14+ ]
1315authors = [
1416 { name = " Kevin K. Yang" , email = " kevyan@microsoft.com" },
1517 { name = " Sarah A. Alamdari" , email = " salamdari@microsoft.com" },
@@ -24,12 +26,10 @@ authors = [
2426 { name = " Neil Tenenholtz" , email = " netenenh@microsoft.com" },
2527 { name = " Ava P. Amini" , email = " ava.amini@microsoft.com" }
2628]
27-
28-
2929classifiers = [
3030 " Programming Language :: Python :: 3" ,
3131 " Programming Language :: Python :: 3.10" ,
32- # "License :: OSI Approved :: MIT License",
32+ # "License :: OSI Approved :: MIT License",
3333 " Operating System :: OS Independent"
3434]
3535
@@ -42,6 +42,7 @@ dependencies = [
4242 " biopython>=1.85" ,
4343 " sequence-models>=1.8" ,
4444 " scipy>=1.13" ,
45+ " evodiff>=1.1" ,
4546]
4647
4748[project .optional-dependencies ]
@@ -74,7 +75,6 @@ Repository = "https://github.com/microsoft/dayhoff"
7475Issues = " https://github.com/microsoft/dayhoff/issues"
7576HuggingFace = " https://huggingface.co/collections/microsoft/dayhoff-atlas-6866d679465a2685b06ee969"
7677
77-
7878[tool .setuptools .packages .find ]
7979where = [" ." ]
8080include = [" dayhoff*" ]
0 commit comments