Skip to content

Commit

Permalink
Pin numpy < 2
Browse files Browse the repository at this point in the history
numpy 2.0 is coming in December 2023 or January 2024 and its
developers have recommended pinning it to test against release
candidates. This pin will be enforced elsewhere within Komodo.
  • Loading branch information
mferrera committed Aug 25, 2023
1 parent 013ef86 commit cb7bf43
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 @@ -15,7 +15,7 @@

REQUIREMENTS = [
"matplotlib",
"numpy",
"numpy<2",
"openpyxl",
"pandas",
"scipy",
Expand Down

0 comments on commit cb7bf43

Please sign in to comment.