https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 47d5e16b5253cb0c91d266c0c70fbf47e975488a authored by Matthew Kolopanis on 24 April 2020, 21:15:57 UTC, committed by Paul La Plante on 28 April 2020, 03:11:57 UTC
1 parent 0d66fdd
Raw File
Tip revision: 47d5e16b5253cb0c91d266c0c70fbf47e975488a authored by Matthew Kolopanis on 24 April 2020, 21:15:57 UTC
add a comment at top of test_miriad. remove a lot of comments
Tip revision: 47d5e16
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - pytest-cases
      - pre-commit
back to top