Skip to content

Commit

Permalink
Bound numpy to less than 2.0
Browse files Browse the repository at this point in the history
This is in accordance with numpy/numpy#24300
  • Loading branch information
eivindjahren committed Aug 17, 2023
1 parent 966c3ac commit 8abc931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -126,7 +126,7 @@ def package_files(directory):
"jinja2",
"lark",
"matplotlib",
"numpy",
"numpy<2",
"packaging",
"pandas",
"pluggy",
Expand Down

0 comments on commit 8abc931

Please sign in to comment.