Skip to content

Commit 125879e

Browse files
committed
Remove Numpy from pyluxcore requirements (not needed)
1 parent c7fcf59 commit 125879e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ build-backend = "scikit_build_core.build"
1010
name = "pyluxcore"
1111
dynamic = ["version"]
1212
dependencies = [
13-
"numpy >= 2; python_version > '3.8'",
14-
"numpy < 2; python_version <= '3.8'",
1513
"nvidia-cuda-nvrtc == 13.1.115; sys_platform != 'darwin'",
1614
]
1715
requires-python = ">= 3.10"

0 commit comments

Comments
 (0)