From bffe7b3e981130567a9175178ccb4072dea3ebe8 Mon Sep 17 00:00:00 2001 From: Felix Cremer Date: Thu, 29 Sep 2022 15:55:12 +0200 Subject: [PATCH] Update Dependency compat entries (#177) * Update Dependency compat entries * Bump Minor Version --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index d7ebb9e5..c933dc75 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "YAXArrays" uuid = "c21b50f5-aa40-41ea-b809-c0f5e47bfa5c" authors = ["Fabian Gans "] -version = "0.4.1" +version = "0.4.2" [deps] CFTime = "179af706-886a-5703-950a-314cd64e0468" @@ -40,11 +40,11 @@ DataFrames = "0.19, 0.20, 0.21, 0.22, 1.0" DataStructures = "0.17, 0.18" DiskArrayTools = "0.1" DiskArrays = "0.3" -DocStringExtensions = "0.8" +DocStringExtensions = "0.8, 0.9" FFTW = "1" Glob = "1.3" -Interpolations = "0.12, 0.13" -IntervalSets = "0.3, 0.4, 0.5, 0.6" +Interpolations = "0.12, 0.13, 0.14" +IntervalSets = "0.3, 0.4, 0.5, 0.6, 0.7" IterTools = "1" OffsetArrays = "1" OnlineStats = "1"