From fae927d51e1e8bd6cc90776fbf8d5ed56edd3f0e Mon Sep 17 00:00:00 2001 From: Geoffrey Yu Date: Tue, 14 Nov 2023 14:14:05 +0100 Subject: [PATCH] update setup.cfg --- setup.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 234da461..3ff36dbf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,16 +18,17 @@ packages= colabfold analysis_pipeline af2plots + unifold package_dir = alphapulldown = ./alphapulldown alphafold = ./alphafold/alphafold colabfold = ./alphapulldown/ColabFold/colabfold analysis_pipeline = ./alphapulldown/analysis_pipeline af2plots = ./alphapulldown/analysis_pipeline/af2plots/af2plots - + unifold = ./unifold/unifold/ include_package_data = True -python_requires = ==3.10.* +python_requires = ">=3.8* install_requires = absl-py >= 0.13.0 dm-haiku