Unverified Commit caf1efa8 authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #1697 from peastman/conda

Updated conda recipe for 2.3
parents 2ff2d468 7986683b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
python:
- 2.7
- 3.5
- 3.6
- 3.7
+13 −13
Original line number Diff line number Diff line
package:
  name: {{ environ.get('package_name', 'deepchem') }}
  version: "2.2.0"
  version: "2.3.0"

source:
    git_url: https://github.com/deepchem/deepchem.git
    git_tag: 2.2.0
    git_tag: 2.3.0

build:
  number: 0
@@ -21,18 +21,18 @@ requirements:
  run:
    - python {{ python }}
    - pdbfixer
    - mdtraj ==1.9.1
    - joblib ==0.11
    - scikit-learn ==0.19.1
    - networkx ==2.1
    - xgboost ==0.6a2
    - mdtraj
    - joblib
    - scikit-learn
    - networkx
    - xgboost
    - pillow
    - pandas ==0.22.0
    - {{ environ.get('tensorflow_enabled','tensorflow') }} ==1.13.1
    - zlib ==1.2.11
    - requests ==2.18.4
    - simdna ==0.4.2
    - jupyter=1.0.0
    - pandas
    - {{ environ.get('tensorflow_enabled','tensorflow') }} ==1.14.0
    - zlib
    - requests
    - simdna
    - jupyter
    - rdkit


+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ author = DeepChem contributors
summary = Deep-learning models for drug discovery, quantum chemistry, and the life sciences.
home-page = https://github.com/deepchem/deepchem
license = MIT
version = 2.2.1
version = 2.3.1
classifier =
    Development Status :: 4 - Beta
    Environment :: Console