https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8dff1358ed15976610e24a105064a21d1d51bcd3 authored by Bryna Hazelton on 08 September 2021, 18:40:10 UTC, committed by Bryna Hazelton on 19 November 2021, 05:54:56 UTC
1 parent 6fed9a4
Raw File
Tip revision: 8dff1358ed15976610e24a105064a21d1d51bcd3 authored by Bryna Hazelton on 08 September 2021, 18:40:10 UTC
add support for wide-band cal
Tip revision: 8dff135
environment.yaml
name: pyuvdata
channels:
  - conda-forge
  - defaults
dependencies:
  - python>3.6
  - astropy>=4.2.1
  - astropy-healpix
  - astroquery
  - h5py
  - numpy>=1.18
  - pre-commit
  - pyerfa>=2.0
  - pypandoc
  - python-casacore>=3.1.0
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython>=0.23
  - pip
  - pip:
      - pytest-cases>=3
      - pytest-xdist
      - novas
      - novas_de405
back to top