From ddab010523cac2454e3a2042e21724bc04492035 Mon Sep 17 00:00:00 2001 From: jmeziere Date: Mon, 26 Aug 2024 11:25:35 -0600 Subject: [PATCH] set bound on compats --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e01a489..17c0080 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] julia = "1.10" -BcdiCore = "0" +BcdiCore = "0.0.1" CUDA = "5.4.3" Distributions = "0.25.110" LAMMPS = "0.7.0"