Skip to content

Commit cfa0c23

Browse files
committed
Drop numpy version restrictions
1 parent af506a0 commit cfa0c23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gstools-core"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
authors = ["Lennart Schüler <lennart.schueler@ufz.de>"]
55
edition = "2021"
66
description = "The core functions of GSTools"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gstools-core"
3-
dependencies = ["numpy>=1.20.0,<2"]
3+
dependencies = ["numpy>=1.20.0"]
44
license = { file = "LICENSE" }
55
requires-python = ">=3.8"
66
dynamic = ["version"]

0 commit comments

Comments
 (0)