File size: 375 Bytes
1fdc49a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | [metadata]
name = igfold
version = 0.4.0
long-description = file: README.md
long_description_content_type = text/markdown
[options]
packages = find:
package_dir =
= model
install_requires =
antiberty>=0.1.1
biopython>=1.79
einops>=0.3.0
pytorch-lightning>=1.5.10,<1.9.0
torch>=1.7.1
include_package_data = True
[options.packages.find]
where = model
|