From 3a9b9550cc93d0cb85136bd355e4c0dafb82da03 Mon Sep 17 00:00:00 2001 From: Karandeep Singh Date: Fri, 10 Mar 2023 02:40:38 -0500 Subject: [PATCH] Remove CSV and Documenter deps in Project.toml --- Project.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4e85978..ff02b2f 100644 --- a/Project.toml +++ b/Project.toml @@ -4,10 +4,8 @@ authors = ["Karandeep Singh"] version = "0.5.0" [deps] -CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" -Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"