swh:1:snp:03e8cdabc80bf6f4ef54d117858809e20088601c
Raw File
Tip revision: 8aff1e24efb4d7adfa89c218af02404ef55af38a authored by Bryna Hazelton on 14 July 2021, 15:53:34 UTC
updates to make tests pass after rebase
Tip revision: 8aff1e2
pyuvdata_tests.yml
name: pyuvdata_tests
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy>=4.2.1
  - astroquery
  - h5py
  - astropy-healpix
  - numpy
  - python-casacore>=3.1.0
  - pyyaml
  - scipy
  - six  # added for now because sometimes an old python-casacore build (before 3.3.1) is used that omits this dependency
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython
  - setuptools_scm
  - pip
  - pip:
      - pytest-cases>=3
      - pytest-xdist
      - novas
      - novas_de405
back to top