diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-09-06 11:09:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 11:09:37 -0400 |
commit | 33b7b0951a9f6cc69988de6ab471577863d5c828 (patch) | |
tree | 6417e6688517fe5638dfdac7c1d5df6ab87866bb /rambo/meta.py | |
parent | 3615ba7ad8404d2b97db505a88b1875736c1cb00 (diff) | |
parent | de3a23fc8e40f98fb18ccba8574c5726665a2cfc (diff) | |
download | rambo-33b7b0951a9f6cc69988de6ab471577863d5c828.tar.gz |
Merge pull request #4 from rendinam/numpy_arg
Take numpy version from cmd line argument, not manifest.
Diffstat (limited to 'rambo/meta.py')
-rwxr-xr-x | rambo/meta.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rambo/meta.py b/rambo/meta.py index 4fdd114..faa0b92 100755 --- a/rambo/meta.py +++ b/rambo/meta.py @@ -207,7 +207,6 @@ class MetaSet(object): self.manifest = safe_load(mf) self.channel = self.manifest['channel_URL'].strip('/') self.channel += '/' + self.platform_arch - self.versions['numpy'] = str(self.manifest['numpy_version']) def filter_by_manifest(self): '''Leave only the recipe metadata entries that appear in the |