We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db8a087 + b6ca4b0 commit 2be19ebCopy full SHA for 2be19eb
README.md
@@ -28,7 +28,7 @@ Tests use data generated locally by using `tests/fixtures/generate_test_*.py` sc
28
To run all the tests:
29
30
```bash
31
-python -m pip install -e ".[tests]"
+python -m pip install -e ".[test]"
32
python -m pytest --cov titiler.xarray --cov-report term-missing -s -vv
33
```
34
pyproject.toml
@@ -27,6 +27,7 @@ dynamic = ["version"]
27
dependencies = [
"cftime",
"h5netcdf",
+ "numpy<2.0.0",
"xarray",
"rioxarray",
"zarr",
0 commit comments