From 147b4b1e842c42c39e162c13182367c8bc82ae29 Mon Sep 17 00:00:00 2001 From: shimwell Date: Tue, 1 Nov 2022 00:20:42 +0000 Subject: [PATCH] added missing , --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4066a2..d703fad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "numpy>=1.21.1", "vertices_to_h5m", - "scipy" + "scipy", "brep_to_h5m", "brep_part_finder", ]