Skip to content

Commit

Permalink
Pin Numpy<2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones authored Jul 30, 2024
2 parents db8a087 + b6ca4b0 commit 2be19eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dynamic = ["version"]
dependencies = [
"cftime",
"h5netcdf",
"numpy<2.0.0",
"xarray",
"rioxarray",
"zarr",
Expand Down

0 comments on commit 2be19eb

Please sign in to comment.