Skip to content

Fix requirements py26

Jose Tiago Macara Coutinho requested to merge fix_requirements_py26 into master

Fix dependencies to work with python 2.6

  • gevent >= 1.2 needs python >= 2.7
  • numpy >= 1.12 needs python >= 2.7

Once we have conda packages we may drop python 2.6 completely but for now we have to do it

Merge request reports