Commit ac24bb33 authored by leswing's avatar leswing
Browse files

multiple pythons

parent 71aaae90
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -48,3 +48,9 @@ about:
  home: https://github.com/deepchem/deepchem
  license: MIT
  summary: 'Deep-learning models for Drug Discovery and Quantum Chemistry '
  description: |
    DeepChem aims to provide a high quality open-source toolchain that
    democratizes the use of deep-learning in drug discovery, materials
    science, quantum chemistry, and biology.
  doc_url: https://deepchem.io/
  dev_url: https:/github.com/deepchem/deepchem
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ build:

requirements:
  build:
    - python
    - python {{ environ.get('python_version', '3.5') }}
    - setuptools
    - cython
    - numpy 1.8.*  # [not (win and (py35 or py36))]
@@ -29,7 +29,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]