diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2016-12-09 06:25:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-09 06:25:54 -0800 |
commit | 510f84ea64cca403d4ce85f3fdb77596ce06463a (patch) | |
tree | b801948a0d3a9ad32202760097d41b2ffad5c55d /python/conda/meta.yaml | |
parent | 77f2cedaac088da5107dcfb37ae62d8f3a56f335 (diff) | |
parent | 25f38c8ac5275ff88cc1245ab475510864543ceb (diff) | |
download | astra-510f84ea64cca403d4ce85f3fdb77596ce06463a.tar.gz astra-510f84ea64cca403d4ce85f3fdb77596ce06463a.tar.bz2 astra-510f84ea64cca403d4ce85f3fdb77596ce06463a.tar.xz astra-510f84ea64cca403d4ce85f3fdb77596ce06463a.zip |
Merge pull request #85 from dmpelt/conda_numpy_version
Use specific numpy version in conda package
Diffstat (limited to 'python/conda/meta.yaml')
-rw-r--r-- | python/conda/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/conda/meta.yaml b/python/conda/meta.yaml index 162103f..8194d04 100644 --- a/python/conda/meta.yaml +++ b/python/conda/meta.yaml @@ -33,7 +33,7 @@ requirements: run: - python - - numpy + - numpy x.x - scipy - six - libastra ==1.8 |