Skip to content

Commit

Permalink
Move numpy to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stotko committed Nov 12, 2024
1 parent 4751fbe commit 0e4e44e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -59,6 +59,7 @@ dev = [

# Tests
"moderngl",
"numpy",
"pillow",
"pytest",
"pytest-benchmark",
Expand Down

0 comments on commit 0e4e44e

Please sign in to comment.