Skip to content

Commit ec8f78b

Browse files
committed
Allow numpy to update past v2.0.1
1 parent 895b163 commit ec8f78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Typing :: Typed",
2525
]
2626
dependencies = [
27-
"numpy ~=2.0.1",
27+
"numpy >=2.0.1",
2828
"earthaccess >=0.10.0",
2929
"pandas >=2.2",
3030
"h5py >=3.11",

0 commit comments

Comments
 (0)