Skip to content

Commit c5c79dd

Browse files
authored
Merge pull request #20 from Meganton/numpy-2
feat: update numpy dependency to remove upper version limit
2 parents 64a41fc + fa890d5 commit c5c79dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ requires-python = ">=3.10,<3.13"
1515
dependencies = [
1616
"cloudpickle>=3.0.0",
1717
"torch>=1.9.0",
18-
"numpy>=1.21.2,<2",
18+
"numpy>=1.21.2",
1919
"scipy>=1.13.1",
2020
"requests>=2.23.0",
2121
"submitit>=1.5.1",

0 commit comments

Comments
 (0)