Skip to content

Commit 333dd3a

Browse files
authored
Add compat bound for ChunkSplitters (#267)
* Add compat bound for `ChunkSplitters` * Fix compat bounds of `docs` environment
1 parent 293d4b6 commit 333dd3a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
1616
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
1717

1818
[compat]
19+
ChunkSplitters = "2.4"
1920
HDF5 = "0.14, 0.15, 0.16, 0.17"
2021
MPI = "0.20.8"
2122
PDMats = "0.11.17"

docs/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
1717
Distributions = "0.22, 0.23, 0.24, 0.25"
1818
Documenter = "~0.26, 0.27"
1919
GaussianRandomFields = "2.1.1"
20-
HDF5 = "0.14, 0.15"
20+
HDF5 = "0.14, 0.15, 0.16, 0.17"
2121
MPI = "0.20"
2222
StableRNGs = "1"
2323
YAML = "0.4"
24-
julia = "1.5"
24+
julia = "1.7"

0 commit comments

Comments
 (0)