From 983ae2f0b9beab11221a06ed43e58ff797a8bac4 Mon Sep 17 00:00:00 2001 From: "Peter St. John" Date: Thu, 30 Jan 2025 14:35:17 -0800 Subject: [PATCH] revert pyproject formats Signed-off-by: Peter St. John --- sub-packages/bionemo-fw/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/sub-packages/bionemo-fw/pyproject.toml b/sub-packages/bionemo-fw/pyproject.toml index 9db245422..bc0622716 100644 --- a/sub-packages/bionemo-fw/pyproject.toml +++ b/sub-packages/bionemo-fw/pyproject.toml @@ -31,6 +31,7 @@ dependencies = [ # external 'nltk', 'numba>=0.57.1', + 'toml', 'zarr', ]