Revision 6e2008051d7ba88cbe0fd82b780daae154fbde95 authored by Steven Murray on 23 December 2019, 17:37:24 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent dc9c557
Raw File
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - flake8
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - six
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - flake8-pytest
      - pytest-cases
back to top