From 0e4e44e3cb444e715c4b4265f1e77215e0266458 Mon Sep 17 00:00:00 2001 From: Patrick Stotko Date: Tue, 12 Nov 2024 08:10:03 +0100 Subject: [PATCH] Move numpy to dev dependencies --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8530dc0..c2662a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ authors = [{ name = "Patrick Stotko", email = "stotko@cs.uni-bonn.de" }] description = "A fast Visual Hull implementation" readme = "README.md" requires-python = ">=3.9" -dependencies = ["torch", "numpy", "charonload"] +dependencies = ["torch", "charonload"] classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", @@ -59,6 +59,7 @@ dev = [ # Tests "moderngl", + "numpy", "pillow", "pytest", "pytest-benchmark",