Skip to content

Commit b8abc5b

Browse files
authored
Merge pull request #8 from dwest77a/relax_deps
Relax dependencies: 1.1.3
2 parents 61780ca + 63d507b commit b8abc5b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "arraypartition"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
description = "Container module for ArrayLike Partition class behaviour"
55
authors = [
66
{name = "Daniel Westwood",email = "[email protected]"}
@@ -10,8 +10,8 @@ readme = "README.md"
1010
requires-python = ">=3.9,<4.0"
1111
dependencies = [
1212
"dask (>=2024)",
13-
"numpy (<=1.26.4)",
14-
"netcdf4 (<=1.6.5)"
13+
"numpy (<=3.0.0)",
14+
"netcdf4 (<=2.0.0)"
1515
]
1616

1717
[build-system]

0 commit comments

Comments
 (0)