Skip to content

Commit a0a964b

Browse files
committed
remove numpy requirement?
1 parent f8b4cbf commit a0a964b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"cloudpickle>=3.0.0",
2626
"fabric>=3.0.0",
2727
"torch>=2.0.0",
28-
"numpy", # torch.distributed depends on numpy
28+
#"numpy", # torch.distributed depends on numpy
2929
]
3030

3131
[project.urls]

0 commit comments

Comments
 (0)