Skip to content

Commit

Permalink
fix: numpy version inconsistency
Browse files Browse the repository at this point in the history
requirements.txt and setup.py has "numpy" specified but pyproject.toml
has specified "oldest-supported-numpy". So, pyproject.toml is changed.
  • Loading branch information
nauaneed committed Aug 18, 2024
1 parent 2f89064 commit 50b56a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = [
"compyle>=0.8",
"cyarray",
"mako",
"oldest-supported-numpy",
"numpy",
"pytools",
"setuptools>=42.0.0",
"wheel>=0.29.0",
Expand Down

0 comments on commit 50b56a2

Please sign in to comment.