Skip to content

Commit 2be19eb

Browse files
authored
Pin Numpy<2.0.0
2 parents db8a087 + b6ca4b0 commit 2be19eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Tests use data generated locally by using `tests/fixtures/generate_test_*.py` sc
2828
To run all the tests:
2929

3030
```bash
31-
python -m pip install -e ".[tests]"
31+
python -m pip install -e ".[test]"
3232
python -m pytest --cov titiler.xarray --cov-report term-missing -s -vv
3333
```
3434

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dynamic = ["version"]
2727
dependencies = [
2828
"cftime",
2929
"h5netcdf",
30+
"numpy<2.0.0",
3031
"xarray",
3132
"rioxarray",
3233
"zarr",

0 commit comments

Comments
 (0)