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