Skip to content

Commit 51661e4

Browse files
committed
Move numpy to dev dependencies
1 parent 4751fbe commit 51661e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [{ name = "Patrick Stotko", email = "[email protected]" }]
55
description = "A fast Visual Hull implementation"
66
readme = "README.md"
77
requires-python = ">=3.9"
8-
dependencies = ["torch", "numpy", "charonload"]
8+
dependencies = ["torch", "charonload"]
99
classifiers = [
1010
"Development Status :: 4 - Beta",
1111
"License :: OSI Approved :: MIT License",
@@ -59,6 +59,7 @@ dev = [
5959

6060
# Tests
6161
"moderngl",
62+
"numpy",
6263
"pillow",
6364
"pytest",
6465
"pytest-benchmark",

0 commit comments

Comments
 (0)