Commit f4b3e41d authored by leswing's avatar leswing
Browse files

bring back multiple pythons

parent 2b92f047
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ build:

requirements:
  build:
    - python
    - python {{ environ.get('python_version', '3.5') }}
    - setuptools
    - cython
    - numpy 1.8.*  # [not (win and (py35 or py36))]
@@ -28,7 +28,7 @@ requirements:
    - msinttypes  # [win and py27]

  run:
    - python
    - python {{ environ.get('python_version', '3.5') }}
    - setuptools
    - numpy >=1.8  # [not (win and (py35 or py36))]
    - numpy >=1.9  # [win and py35]