https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 28f1480d1a83a12e6af11ab0201375d5445ad4c2 authored by Matthew Kolopanis on 14 December 2020, 20:25:57 UTC, committed by Bryna Hazelton on 15 December 2020, 22:42:45 UTC
1 parent f1b1cfa
Raw File
Tip revision: 28f1480d1a83a12e6af11ab0201375d5445ad4c2 authored by Matthew Kolopanis on 14 December 2020, 20:25:57 UTC
pragma: no cover for continue coverage bug
Tip revision: 28f1480
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