Skip to content

Commit 6254f89

Browse files
authored
Merge pull request #72 from Cambridge-ICCS/fix_numpy
Downgrade numpy to <2.0.0
2 parents 2a379bf + db99f8c commit 6254f89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies = [
2929
"notebook",
3030
"torch_tools @ git+https://github.com/jdenholm/TorchTools.git",
3131
"matplotlib",
32+
"numpy<2.0.0",
3233
]
3334

3435
[project.optional-dependencies]

0 commit comments

Comments
 (0)