diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ea1877e..d9c6d10e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ All notable changes to **GSTools** will be documented in this file. - improve documentation regarding parallelization - fix deprecated license identifier, now Zenodo releases work again ([#356](https://github.com/GeoStat-Framework/GSTools/pull/356)) +### Changes +- require gstools-core v1.0.0 at least ([#361](https://github.com/GeoStat-Framework/GSTools/pull/361)) + ## [1.5.2] - Nifty Neon - 2024-05 ### Enhancements diff --git a/pyproject.toml b/pyproject.toml index cd0dc6ed..090c7c63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ plotting = [ "matplotlib>=3.7", "pyvista>=0.40", ] -rust = ["gstools_core>=0.2.0,<1"] +rust = ["gstools_core>=1.0.0"] test = ["pytest-cov>=3"] lint = [ "black>=24",