https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f98d7f64aa409d1ab69304cf69e4804bc1630c99 authored by Bryna Hazelton on 27 February 2020, 00:50:22 UTC, committed by Matthew Kolopanis on 28 February 2020, 18:15:44 UTC
1 parent 5a8cc3e
Raw File
Tip revision: f98d7f64aa409d1ab69304cf69e4804bc1630c99 authored by Bryna Hazelton on 27 February 2020, 00:50:22 UTC
reorder methods on uvflag
Tip revision: f98d7f6
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