Skip to content

Commit

Permalink
multiple pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleswing committed Jan 2, 2018
1 parent 71aaae9 commit ac24bb3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions devtools/conda-recipe/deepchem/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions devtools/conda-recipe/mdtraj/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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))]
Expand All @@ -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]
Expand Down

0 comments on commit ac24bb3

Please sign in to comment.