From 24339898e2e52be6b867334fa0c15a1de1ce0c0b Mon Sep 17 00:00:00 2001 From: Daniel Ingraham Date: Wed, 4 Sep 2024 10:44:45 -0400 Subject: [PATCH] Add missing compat bounds (#20) * bump to 0.8.1 * Add forgotten compat bounds for CSV, DataFrames --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index f5f23e74..af333812 100644 --- a/Project.toml +++ b/Project.toml @@ -23,6 +23,8 @@ WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192" [compat] AcousticMetrics = "0.7.0" CCBlade = "0.2.4" +CSV = "0.10.14" +DataFrames = "1.6.1" FLOWMath = "0.4.1" FillArrays = "1.11.0" FlexiMaps = "0.1.18"