Skip to content

Commit f328230

Browse files
committed
Remove pywin32 from dependencies in pyproject.toml
1 parent bf1ae65 commit f328230

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cuda_pathfinder/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ authors = [{ name = "NVIDIA Corporation", email = "cuda-python-conduct@nvidia.co
88
license = "Apache-2.0"
99
requires-python = ">=3.9"
1010
dynamic = ["version"]
11-
dependencies = [
12-
"pywin32; sys_platform == 'win32'",
13-
]
11+
dependencies = []
1412

1513
[project.optional-dependencies]
1614
test = [

0 commit comments

Comments
 (0)