From e903e8d52eec9cb87eefbe7ff99b52f7e0ce58b5 Mon Sep 17 00:00:00 2001 From: LSchueler Date: Thu, 18 Jul 2024 13:48:33 +0200 Subject: [PATCH] Update min. dependency version --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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",