From 8aeacba7479a6be16eaf7ad67cad33d736d72ca5 Mon Sep 17 00:00:00 2001 From: jbutch Date: Fri, 5 Dec 2025 14:56:17 -0800 Subject: [PATCH] Fix: Exact python versioning --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20b669b..9bcfbc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "rc-foundry" dynamic = ["version"] description = "Shared utilities and training infrastructure for biomolecular structure prediction models." readme = "README.md" -requires-python = ">=3.12" +requires-python = "==3.12" authors = [ { name = "Institute for Protein Design", email = "contact@ipd.uw.edu" }, ]