https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5d80c5b4721fa75e8e220ebf68f188f6fdf5a1ef authored by Bryna Hazelton on 28 September 2020, 00:20:38 UTC, committed by Bryna Hazelton on 11 December 2020, 19:21:28 UTC
1 parent bae350e
Raw File
Tip revision: 5d80c5b4721fa75e8e220ebf68f188f6fdf5a1ef authored by Bryna Hazelton on 28 September 2020, 00:20:38 UTC
use astropy sites for known telescopes, include HERA antenna positions
Tip revision: 5d80c5b
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
back to top