From 86bed47c19416d93c7333e26147e43000f00a7f6 Mon Sep 17 00:00:00 2001 From: JaninGitHubAccount <145361246+JaninGitHubAccount@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:09:11 +0300 Subject: [PATCH] Update Project.toml Removed Plots and PyPlot from dependencies because the package does not really use them except in the examples --- Project.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Project.toml b/Project.toml index 9e8daf7..952e6a0 100644 --- a/Project.toml +++ b/Project.toml @@ -8,8 +8,6 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56" Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" -Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" -PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee" Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4" [compat]