Commit 3ba1bfc1 authored by leswing's avatar leswing
Browse files

Use New Conda Variants

parent 3f8afbe0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
python:
- 2.7
- 3.5
- 3.6
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@ build:

requirements:
  build:
    - python {{ environ.get('python_version', '3.5') }}
    - python {{ python }}
    - setuptools
    - pbr
    - numpy

  run:
    - python {{ environ.get('python_version', '3.5') }}
    - python {{ python }}
    - pdbfixer ==1.4
    - mdtraj ==1.9.1
    - joblib ==0.11