Skip to content

Commit c9a7042

Browse files
⬇️ added temporary cap for numpy (#357)
Fixes #356 --------- Signed-off-by: Nils Quetschlich <[email protected]> Co-authored-by: Lukas Burgholzer <[email protected]>
1 parent 5782a6c commit c9a7042

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
@@ -30,6 +30,7 @@ dependencies = [
3030
"packaging>=21.0",
3131
"tqdm>=4.29.0",
3232
"joblib>=1.3.0",
33+
"numpy<2.0.0" # some of our dependencies are not yet compatible with numpy 2.0
3334
]
3435

3536

0 commit comments

Comments
 (0)