From a083bac16816a36644ba8f32858d1314aacb8e9c Mon Sep 17 00:00:00 2001 From: Olivier Cots <olivier.cots@enseeiht.fr> Date: Thu, 21 Oct 2021 16:59:47 +0200 Subject: [PATCH] add julia env --- Project.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Project.toml diff --git a/Project.toml b/Project.toml new file mode 100644 index 0000000..7b247cf --- /dev/null +++ b/Project.toml @@ -0,0 +1,6 @@ +[compat] +julia = "1.6" + +[deps] +Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" +DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa" -- GitLab