From 931e2fdc079869ad2b85a39b8b803fd3cc0248fc Mon Sep 17 00:00:00 2001 From: Carlin Liao Date: Mon, 20 Nov 2023 15:08:49 -0500 Subject: [PATCH] didn't mean to commit to main --- pyproject.toml.unversioned | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml.unversioned b/pyproject.toml.unversioned index b3e74041f..0018ea5cb 100644 --- a/pyproject.toml.unversioned +++ b/pyproject.toml.unversioned @@ -44,6 +44,7 @@ apiserver = [ ] cggnn = [ "bokeh", + "cg-gnn==0.3", "tables", "torch" ] @@ -72,10 +73,12 @@ workflow = [ "Jinja2==3.1.2", "tabulate==0.8.10", "Pillow==9.5.0", + "cg-gnn==0.3", "tables" ] all = [ "bokeh", + "cg-gnn==0.3", "torch", "matplotlib==3.7.1", "umap-learn==0.5.3",