diff --git a/pyproject.toml b/pyproject.toml index 4336d11..19e8c88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,5 +3,5 @@ requires = [ "setuptools", "wheel", "cython==3.0.12", - "numpy==2.0.2" + "numpy==2.4.0" ] diff --git a/requirements-dev.txt b/requirements-dev.txt index 1d95691..e990826 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ affine cligj colormath==3.0.0 delocate -numpy==2.0.2 +numpy==2.4.0 pre-commit pytest~=8.3.5 pytest-cov>=2.2.0 diff --git a/requirements.txt b/requirements.txt index 5182bf1..4e76a88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ click~=8.1 -numpy==2.0.2 +numpy==2.4.0 rasterio~=1.4 rio-mucho \ No newline at end of file