From ce910da948ee2ec33387fc34237fb2e0edb7231a Mon Sep 17 00:00:00 2001 From: Dhairya Gandhi Date: Tue, 24 Sep 2019 17:04:13 +0530 Subject: [PATCH] compat julia v1.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a55d1385..609af949 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ CUDAapi = "1.1" CuArrays = "1.2" NNlib = "0.6" Zygote = "0.3" -julia = "1.1" +julia = "1" [extras] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"