Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. diff --git a/condarecipe/meta.yaml b/condarecipe/meta.yaml
  2. index 23cfd3b..7f45fd9 100755
  3. --- a/condarecipe/meta.yaml
  4. +++ b/condarecipe/meta.yaml
  5. @@ -6,19 +6,20 @@ package:
  6. source:
  7. path: ..
  8.  
  9. +build:
  10. + skip: True # [py<35]
  11. +
  12. requirements:
  13. build:
  14. - - python ==3.5
  15. + - python
  16. - setuptools
  17.  
  18. run:
  19. - - python ==3.5
  20. + - python
  21. - numpy
  22.  
  23. test:
  24. requires:
  25. - - python ==3.5
  26. - - numpy
  27. - scipy
  28. - h5py
  29. - pytest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement