https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2fc01aa7c4b16099a411cc48fb07b8060e206154 authored by Adam Beardsley on 01 July 2020, 21:38:39 UTC, committed by Matthew Kolopanis on 01 July 2020, 22:47:27 UTC
1 parent c6142d4
Raw File
Tip revision: 2fc01aa7c4b16099a411cc48fb07b8060e206154 authored by Adam Beardsley on 01 July 2020, 21:38:39 UTC
include test prereqs in coverage script.
Tip revision: 2fc01aa
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