mirror of
https://github.com/RosettaCommons/foundry.git
synced 2026-06-04 13:24:22 +08:00
Fix: Exact python versioning
This commit is contained in:
@@ -3,7 +3,7 @@ name = "rc-foundry"
|
|||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
description = "Shared utilities and training infrastructure for biomolecular structure prediction models."
|
description = "Shared utilities and training infrastructure for biomolecular structure prediction models."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = "==3.12"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Institute for Protein Design", email = "contact@ipd.uw.edu" },
|
{ name = "Institute for Protein Design", email = "contact@ipd.uw.edu" },
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user