From 9316d563c5bafcab273c9077a6e5cac7f1a2f3fd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 8 Mar 2025 00:23:42 +0000 Subject: [PATCH] CompatHelper: bump compat for NQCBase to 0.3, (keep existing compat) --- Project.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 8482974a4..2ed2c46ad 100644 --- a/Project.toml +++ b/Project.toml @@ -1,11 +1,8 @@ name = "NQCDynamics" uuid = "36248dfb-79eb-4f4d-ab9c-e29ea5f33e14" authors = ["James "] - - version = "0.15.1" - [deps] AdvancedHMC = "0bf59076-c3b1-5ca4-86bd-e02cd72cde3d" AdvancedMH = "5b7e9947-ddc0-4b3f-9b55-0d8042f74170" @@ -65,7 +62,7 @@ FastLapackInterface = "1, 2" HDF5 = "0.15, 0.16, 0.17" Interpolations = "0.13, 0.14, 0.15" MuladdMacro = "0.2" -NQCBase = "0.2" +NQCBase = "0.2, 0.3" NQCDistributions = "0.1" NQCModels = "0.9" Optim = "1"