Skip to content

Commit

Permalink
make sure numpy < 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micah-prime committed Jul 15, 2024
1 parent bc0d576 commit cee8ab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

requirements = [
"metloom>=0.4.0, <1.0",
"utm"
"utm",
"numpy<2.0"
]

test_requirements = ['pytest>=3', ]
Expand Down

0 comments on commit cee8ab7

Please sign in to comment.