From 27ce8e02adf05d4e0e900537493c46ca67783424 Mon Sep 17 00:00:00 2001 From: Takuya Miyashita Date: Sat, 23 Mar 2024 16:27:19 +0900 Subject: [PATCH] Update Project.toml --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index e8c020c..902db9d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "VisClaw" uuid = "d5c85fe6-8620-4d3a-96f0-ac478d4f5d38" authors = ["Takuya Miyashita "] -version = "0.7.6" +version = "0.7.7" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -19,10 +19,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] DelimitedFiles = "1" GMT = "1" -GR = "0.72, 0.73" -GeometricalPredicates = "0.4" -Interpolations = "0.14, 0.15" -NetCDF = "0.11" +# GR = "0.72, 0.73" +# GeometricalPredicates = "0.4" +# Interpolations = "0.14, 0.15" +# NetCDF = "0.11" Plots = "1" PyCall = "1" Statistics = "1"