Skip to content

Commit

Permalink
fixing: do NOT install numpy version 2.0.0 or higher (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
birkholz-cubert authored Sep 30, 2024
1 parent ccc2f5e commit 86b6118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

REQUIREMENTS = {
'install': [
str(f'numpy >= {NUMPY_VERSION}'),
str(f'numpy>={NUMPY_VERSION},<2.0.0'),
],
}

Expand Down

0 comments on commit 86b6118

Please sign in to comment.