Skip to content

Commit 06a2603

Browse files
committed
Drop numpy version restrictions
1 parent af506a0 commit 06a2603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)