From d1084a0f2360b11f9ef973eaa6bffcc00ddb1064 Mon Sep 17 00:00:00 2001 From: Rhys Goodall Date: Sat, 21 Feb 2026 18:10:43 -0500 Subject: [PATCH] max pin on tables due to broken 3.11 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac096d836..5fa283a89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "h5py>=3.12.1", "nvalchemi-toolkit-ops>=0.2.0", "numpy>=1.26,<3", - "tables>=3.10.2", + "tables>=3.10.2,<3.11", "torch>=2", "tqdm>=4.67", ]