Commit da0935aa authored by Jay's avatar Jay Committed by jay
Browse files

Attemping binstar build using the master branch.

parent 50957c25
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -2,10 +2,29 @@ package:
  name: autocnet
  version: 0.1.0

source:
  git_rev: v0.1.0
  git_url: https://github.com/USGS-Astrogeology/autocnet.git

 build:
  number: 0

 requirements:
  build:
    - python
    - opencv3=3.0.0
    - numpy
    - scipy
    - pillow
    - pandas
    - networkx
    - sqlalchemy
    - numexpr
    - cython
    - dill
    - pyyaml
    - gdal
    - h5py
  run:
    - python
    - opencv3=3.0.0