Skip to content

Commit

Permalink
⬇️ added temporary cap for numpy (#357)
Browse files Browse the repository at this point in the history
Fixes #356

---------

Signed-off-by: Nils Quetschlich <nils.quetschlich@tum.de>
Co-authored-by: Lukas Burgholzer <burgholzer@me.com>
  • Loading branch information
nquetschlich and burgholzer committed Jul 18, 2024
1 parent 5782a6c commit c9a7042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies = [
"packaging>=21.0",
"tqdm>=4.29.0",
"joblib>=1.3.0",
"numpy<2.0.0" # some of our dependencies are not yet compatible with numpy 2.0
]


Expand Down

0 comments on commit c9a7042

Please sign in to comment.