Skip to content

Commit 817852c

Browse files
committed
update required numpy version
1 parent a2c1fc6 commit 817852c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
python -m pip install pytest==6.0
137137
WHEEL_PATH=$(ls dist/*.whl)
138138
python -m pip install --force-reinstall "$WHEEL_PATH" \
139-
"numpy==1.16.0" \
139+
"numpy==1.20.0" \
140140
"fsspec==2023.1.0" \
141141
"s3fs==2023.1.0" \
142142
"xarray==2023.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ classifiers = [
1212
]
1313
dynamic = ["version"]
1414
dependencies = [
15-
"numpy>=1.16.0",
15+
"numpy>=1.20.0",
1616
"fsspec>=2023.1.0",
1717
"s3fs>=2023.1.0",
1818
"xarray>=2023.1.0",

0 commit comments

Comments
 (0)