From 958d9baed783999d5795fe9f4cafc2dd7d0d66e3 Mon Sep 17 00:00:00 2001 From: RuQing Xu Date: Sun, 27 Sep 2020 10:00:45 +0900 Subject: [PATCH] Push to v1.0.0 & Add [compat] for Repo Registering --- Project.toml | 7 ++++++- README.md | 11 +---------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/Project.toml b/Project.toml index ccc199c..44e01eb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BliContractor" uuid = "81fc84e3-e8a8-47e5-b99c-4287f7e3a083" authors = ["RuQing Xu "] -version = "0.2.0" +version = "1.0.0" [deps] ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" @@ -10,3 +10,8 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" tblis_jll = "9c7f617c-f299-5d18-afb6-044c7798b3d0" + +[compat] +ForwardDiff = "0.10" +Zygote = "0.5" +julia = "1.4" diff --git a/README.md b/README.md index 9f75255..e460312 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,8 @@ ## Installation -### Prerequisites - -- Julia & GCC; -- ~~A TBLIS build~~; - -### Steps - -This package is not registered at Julia's official repository yet. -One needs to clone with a full URI: ``` -] add https://github.com/xrq-phys/BliContractor.jl +] add BliContractor ``` This will link the Julia package against TBLIS library vendored by `tblis_jll`.