https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a9a508845a6ff2acc5ca852fc047b35a69edd0b8 authored by Paul La Plante on 02 February 2021, 07:03:25 UTC, committed by Bryna Hazelton on 04 February 2021, 18:03:47 UTC
1 parent 372ab73
Raw File
Tip revision: a9a508845a6ff2acc5ca852fc047b35a69edd0b8 authored by Paul La Plante on 02 February 2021, 07:03:25 UTC
Get uvbeam tests passing with no warnings
Tip revision: a9a5088
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