diff --git a/README.md b/README.md index 50f0de4..68b73e2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Tests use data generated locally by using `tests/fixtures/generate_test_*.py` sc To run all the tests: ```bash -python -m pip install -e ".[tests]" +python -m pip install -e ".[test]" python -m pytest --cov titiler.xarray --cov-report term-missing -s -vv ``` diff --git a/pyproject.toml b/pyproject.toml index 08abb4a..fca40c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ dynamic = ["version"] dependencies = [ "cftime", "h5netcdf", + "numpy<2.0.0", "xarray", "rioxarray", "zarr",