From b8ab6775e42d30aec7e08cc66d17c09fe659136d Mon Sep 17 00:00:00 2001 From: Daniel <43151183+dannys4@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:10:27 -0400 Subject: [PATCH 1/3] Update Project.toml Fixes #62 --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 978cc4e9..66166b60 100644 --- a/Project.toml +++ b/Project.toml @@ -29,3 +29,4 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] julia = "1.9" +InteratomicPotentials = "0.2.7" From 1e6ad53eda900cd0bc60a986bb0ac7795eb51e28 Mon Sep 17 00:00:00 2001 From: Emmanuel Lujan Date: Tue, 4 Jun 2024 21:10:02 -0400 Subject: [PATCH 2/3] Update of compat in Project.toml --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 66166b60..5f62fd85 100644 --- a/Project.toml +++ b/Project.toml @@ -28,5 +28,6 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] -julia = "1.9" +julia = ">= 1.9" +InteratomicPotentials = ">= 0.2.9" InteratomicPotentials = "0.2.7" From 47d45a93ace5ac9e37cc2adf4bd76eac10258789 Mon Sep 17 00:00:00 2001 From: Emmanuel Lujan Date: Tue, 4 Jun 2024 21:12:13 -0400 Subject: [PATCH 3/3] Update of compat in Project.toml (bis) --- Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5f62fd85..8abd6c86 100644 --- a/Project.toml +++ b/Project.toml @@ -30,4 +30,3 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] julia = ">= 1.9" InteratomicPotentials = ">= 0.2.9" -InteratomicPotentials = "0.2.7"