From 97f5dd580800a5cc25194160af0ac151c13851c4 Mon Sep 17 00:00:00 2001 From: Steven Casagrande Date: Thu, 31 Aug 2017 18:21:43 -0400 Subject: [PATCH 1/2] Fix README badges --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d9e318113..9545f52bc 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,8 @@ InstrumentKit :target: https://travis-ci.org/Galvant/InstrumentKit :alt: Travis-CI build status -.. image:: https://img.shields.io/coveralls/Galvant/InstrumentKit/dev.svg?maxAge=2592000 - :target: https://coveralls.io/r/Galvant/InstrumentKit?branch=dev +.. image:: https://img.shields.io/coveralls/Galvant/InstrumentKit/master.svg?maxAge=2592000 + :target: https://coveralls.io/github/Galvant/InstrumentKit?branch=master :alt: Coveralls code coverage .. image:: https://readthedocs.org/projects/instrumentkit/badge/?version=latest From 5ef13965cb854a0b54d8f48b1f45d6c80d46a3e7 Mon Sep 17 00:00:00 2001 From: Steven Casagrande Date: Thu, 31 Aug 2017 18:26:20 -0400 Subject: [PATCH 2/2] Use new version of quantities, unpin numpy --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 89e22a811..1d83117d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -numpy<1.13.0 +numpy pyserial -quantities +quantities>=0.12.1 future>=0.15 enum34 python-vxi11>=0.8