From 20ca807ffa28d21dba36481d0b7a306f68b20fd5 Mon Sep 17 00:00:00 2001 From: daylight-00 Date: Wed, 25 Feb 2026 17:04:38 +0900 Subject: [PATCH] fix: pin requires-python <3.13 due to pyarrow 17.x build failure --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0531d362..65dff67c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "atomworks" version = "2.1.1" description = "A research-oriented data toolkit for training biomolecular deep-learning foundation models" readme = "README.md" -requires-python = ">=3.11" +requires-python = ">=3.11,<3.13" authors = [ { name = "Institute for Protein Design", email = "contact@ipd.uw.edu" } ]