Skip to content

Commit e903e8d

Browse files
committed
Update min. dependency version
1 parent 8b4dd7c commit e903e8d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ All notable changes to **GSTools** will be documented in this file.
1616
- improve documentation regarding parallelization
1717
- fix deprecated license identifier, now Zenodo releases work again ([#356](https://github.com/GeoStat-Framework/GSTools/pull/356))
1818

19+
### Changes
20+
- require gstools-core v1.0.0 at least ([#361](https://github.com/GeoStat-Framework/GSTools/pull/361))
21+
1922
## [1.5.2] - Nifty Neon - 2024-05
2023

2124
### Enhancements

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ plotting = [
7171
"matplotlib>=3.7",
7272
"pyvista>=0.40",
7373
]
74-
rust = ["gstools_core>=0.2.0,<1"]
74+
rust = ["gstools_core>=1.0.0"]
7575
test = ["pytest-cov>=3"]
7676
lint = [
7777
"black>=24",

0 commit comments

Comments
 (0)