From fa77df5233e97a53313d7d55c59dd6b7b282a581 Mon Sep 17 00:00:00 2001 From: Lucas Timotheo Sanches Date: Fri, 19 Mar 2021 16:52:09 -0300 Subject: [PATCH] Removed the >= from the compat section because registrator desn't like it. --- Project.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index 044d53b..5e7c8ca 100644 --- a/Project.toml +++ b/Project.toml @@ -12,10 +12,10 @@ SymEngine = "123dc426-2d89-5057-bbad-38513e3affd8" TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea" [compat] -NLsolve = ">= 4.4.1" -PolynomialRoots = ">= 1.0.0" -Polynomials = ">= 2.0.0" -Roots = ">= 1.0.8" -SymEngine = ">= 0.8.2" -TaylorSeries = ">= 0.10.11" -julia = ">= 1.5" +NLsolve = "4.4.1" +PolynomialRoots = "1.0.0" +Polynomials = "2.0.0" +Roots = "1.0.8" +SymEngine = "0.8.2" +TaylorSeries = "0.10.11" +julia = "1.5"