From b93289fe6c53b691ba15ec8c27a2356dad79c6b2 Mon Sep 17 00:00:00 2001
From: Aaron <aaronquinlan@gmail.com>
Date: Tue, 24 Jul 2012 10:40:07 -0400
Subject: [PATCH] numpy for rtd

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 85a32963..1d358f76 100644
--- a/setup.py
+++ b/setup.py
@@ -2,5 +2,5 @@ from setuptools import setup
 
 setup(
     name='bedtools',
-    install_requires=['numpy', 'matplotlib'],
+    requires=['numpy', 'matplotlib'],
     )
-- 
GitLab