https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d419fab2f8ba983c5b24050847c3b7a64bd65565 authored by Adam Beardsley on 01 July 2020, 16:47:21 UTC, committed by Matthew Kolopanis on 01 July 2020, 22:47:27 UTC
1 parent 913a98e
Raw File
Tip revision: d419fab2f8ba983c5b24050847c3b7a64bd65565 authored by Adam Beardsley on 01 July 2020, 16:47:21 UTC
input to indata in test class
Tip revision: d419fab
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
      - pre-commit
back to top