From 648ee3033ddf4fb93a6b306fd0cd2dbf279d55f8 Mon Sep 17 00:00:00 2001 From: Roger-luo Date: Mon, 18 Mar 2019 15:27:56 +0800 Subject: [PATCH] update README & REQUIRE --- README.md | 1 - REQUIRE | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 587817a..82f9587 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![Build Status](https://travis-ci.com/QuantumBFS/YaoBase.jl.svg?branch=master)](https://travis-ci.com/QuantumBFS/YaoBase.jl) [![Codecov](https://codecov.io/gh/QuantumBFS/YaoBase.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/QuantumBFS/YaoBase.jl) -[![Coveralls](https://coveralls.io/repos/github/QuantumBFS/YaoBase.jl/badge.svg?branch=master)](https://coveralls.io/github/QuantumBFS/YaoBase.jl?branch=master) Base package for [Yao.jl](https://github.com/QuantumBFS/Yao.jl). This package includes some basic infrastructure and interfaces for manipulating quantum circuits. diff --git a/REQUIRE b/REQUIRE index 0d0f790..31af3b4 100644 --- a/REQUIRE +++ b/REQUIRE @@ -4,3 +4,4 @@ LuxurySparse MacroTools MLStyle LegibleLambdas +TupleTools