Skip to content

Commit 6989d0b

Browse files
committed
depedency on numpy
1 parent 59aa0d1 commit 6989d0b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description = "3D visualization library for rapid prototyping of 3D algorithms"
66
readme = "README.md"
77
license = {file = "LICENSE"}
88
requires-python = ">=3.7"
9+
dependencies = ["numpy"]
910

1011
[build-system]
1112
requires = ["setuptools", "scikit-build>=0.13", "scikit-build-core >=0.10", "pybind11 >2.10.0"]
@@ -14,10 +15,3 @@ build-backend = "scikit_build_core.setuptools.build_meta"
1415
[tool.scikit-build.cmake.define]
1516
BUILD_PYTHON_BINDINGS = true
1617
BUILD_SHARED_LIBS = false
17-
18-
[tool.setuptools]
19-
packages = ["pyridescence_data"]
20-
include-package-data = true
21-
22-
[tool.setuptools.package-dir]
23-
pyridescence_data = "data"

0 commit comments

Comments
 (0)