Fix: Exact python versioning

This commit is contained in:
jbutch
2025-12-05 14:56:17 -08:00
parent 73d43c50e1
commit 8aeacba747

View File

@@ -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" },
]