https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4da091ae2c3c0dac0adb69d2a2ab9278fd0ec83c authored by Steven Murray on 23 December 2019, 19:47:50 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent a896cf3
Raw File
Tip revision: 4da091ae2c3c0dac0adb69d2a2ab9278fd0ec83c authored by Steven Murray on 23 December 2019, 19:47:50 UTC
Change import path for _miriad
Tip revision: 4da091a
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