Skip to content

Commit

Permalink
Temp downgrade numpy version.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Aug 28, 2024
1 parent d519aa0 commit eeeb59d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
python3 -m bash_kernel.install

test:
python3 -m pytest -vv $(PWD)/src/tintx/test
python3 -m pytest -vv $(PWD)/tests
rm -rf '='

test_notebooks:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"geopandas",
"matplotlib",
"netCDF4",
"numpy",
"numpy<2.0",
"pandas",
"rasterio",
"scipy",
Expand Down

0 comments on commit eeeb59d

Please sign in to comment.