https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 65888ef85723e8264a1783fef9bab72a7ec7a8ec authored by Bryna Hazelton on 26 February 2021, 19:51:08 UTC, committed by Jonathan Pober on 03 March 2021, 17:31:46 UTC
1 parent 8f60aa5
Raw File
Tip revision: 65888ef85723e8264a1783fef9bab72a7ec7a8ec authored by Bryna Hazelton on 26 February 2021, 19:51:08 UTC
Fix bug in MWA beam coordinates
Tip revision: 65888ef
environment.yaml
name: pyuvdata
channels:
  - conda-forge
  - defaults
dependencies:
  - python>3.6
  - astropy>=3.2.3
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython>=0.23
  - pip
  - pip:
      - pytest-cases>=3
      - pytest-xdist
back to top