Browse Source

Numpy is required for tests now, due to nilmdb.client.numpyclient

Still allow installation without it, though.
tags/nilmdb-1.4.8^2
Jim Paris 11 years ago
parent
commit
60594ca58e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      setup.py

+ 1
- 0
setup.py View File

@@ -107,6 +107,7 @@ setup(name='nilmdb',
author_email = 'jim@jtan.com',
tests_require = [ 'nose',
'coverage',
'numpy',
],
setup_requires = [ 'distribute',
],


Loading…
Cancel
Save