From d405b43316c7a502455a0e9596250dce52aabb1f Mon Sep 17 00:00:00 2001 From: laughingman7743 Date: Mon, 10 Feb 2020 23:25:56 +0900 Subject: [PATCH] Add numpy (fix #91) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 7d5ce1b..80db26d 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ envlist = py27,py34,py35,py36,py37 deps = futures SQLAlchemy>=1.0.0, <2.0.0 + numpy>=1.6 pytest>=3.5 pytest-cov pytest-flake8>=1.0.1