From f7bc5b4030cf973e469957619bd2f468a2f4f415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Agas=C3=B8ster=20Haaga?= Date: Sun, 25 Nov 2018 20:45:15 +0100 Subject: [PATCH] Added missing dependencies in REQUIRE All packages that are in Project.toml and not included in the standard library must be in REQUIRE --- REQUIRE | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/REQUIRE b/REQUIRE index c22000e78..9c19ed35c 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,15 +1,22 @@ julia 1.0 +AbstractFFTs +Conda InplaceOps +DifferentialEquations +Distances +Distributions +Documenter +DocumenterMarkdown DynamicalSystemsBase DynamicalSystems -Distributions -Distances +NearestNeighbors +Interpolations +PerronFrobenius 0.2.0 +Plots +PyCall RecipesBase Reexport -Plots -DifferentialEquations -TimeseriesSurrogates 0.2.1 Simplices 0.2.1 StateSpaceReconstruction 0.3.0 -PerronFrobenius 0.2.0 +TimeseriesSurrogates 0.2.1 TransferEntropy 0.3.1