https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a3a758cf88456c47b93972fc481aa166d3ba862b authored by Paul La Plante on 27 January 2021, 19:00:10 UTC, committed by Bryna Hazelton on 28 January 2021, 21:31:41 UTC
1 parent ddf42b1
Raw File
Tip revision: a3a758cf88456c47b93972fc481aa166d3ba862b authored by Paul La Plante on 27 January 2021, 19:00:10 UTC
Add test for input_output_mapping
Tip revision: a3a758c
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