Skip to content

Commit

Permalink
Update min. dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Jul 18, 2024
1 parent 8b4dd7c commit e903e8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e903e8d

Please sign in to comment.