File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 " ]
7575test = [" pytest-cov>=3" ]
7676lint = [
7777 " black>=24" ,
You can’t perform that action at this time.
0 commit comments