FinanceRoutines.jl

Financial data routines for Julia
Log | Files | Refs | README | LICENSE

commit 39de8bba6844fff844c734e35bfabe4b18b25954
parent bde4eea811781ac1a5caf0f83cb3a71b6f29364c
Author: CompatHelper Julia <[email protected]>
Date:   Fri, 14 Oct 2022 01:24:25 +0000

CompatHelper: add new compat entry for CSV at version 0.10, (keep existing compat)

Diffstat:
MProject.toml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Project.toml b/Project.toml @@ -12,6 +12,7 @@ Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea" [compat] +CSV = "0.10" julia = "1" [extras]