added numpy 1.13 - modified albacore to use 1.13 (#4639)

* albacore 1.24 requires numpy 1.13 - added numpy 1.13

* added numpy 1.13
This commit is contained in:
Douglas Duckworth
2017-06-29 14:42:56 -04:00
committed by Adam J. Stewart
parent c416983e5f
commit 7d59197b7b
2 changed files with 3 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ class OntAlbacore(Package):
depends_on('python@3.5.0:3.5.999', type=('build', 'run'))
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-numpy', type=('build', 'run'))
depends_on('py-numpy@1.13.0', type=('build', 'run'))
depends_on('py-dateutil', type=('build', 'run'))
depends_on('py-h5py', type=('build', 'run'))
depends_on('py-ont-fast5-api', type=('build', 'run'))