Revision cc98122578737c091fca57500586a1df453883fa authored by Bryna Hazelton on 29 January 2020, 17:51:36 UTC, committed by Adam Beardsley on 26 February 2020, 18:53:14 UTC
remove duplicated code in uvfits, miriad
1 parent 17ed61a
Raw File
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - flake8
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - flake8-pytest
      - pytest-cases
back to top