From d6cff15d17c497e3d4908a6fe6e4d06455f54fce Mon Sep 17 00:00:00 2001 From: Tyler Thomas <36181311+tylerjthomas9@users.noreply.github.com> Date: Sun, 11 Feb 2024 12:39:23 -0700 Subject: [PATCH] fix Random bounds --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1f178a9..c237741 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ DataStructures = "0.18" Dates = "<0.0.1, 1" MarketData = "0.13" PrecompileTools = "1" -Random = "1.6" +Random = "<0.0.1, 1" Test = "<0.0.1, 1" UUIDs = "1.6" julia = "1.6"