https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 600a65cf5429de39fcec77e3c94a2879cf017230 authored by Matthew Kolopanis on 20 May 2020, 18:49:47 UTC, committed by Matthew Kolopanis on 22 May 2020, 21:11:43 UTC
1 parent 64ec1da
Raw File
Tip revision: 600a65cf5429de39fcec77e3c94a2879cf017230 authored by Matthew Kolopanis on 20 May 2020, 18:49:47 UTC
typo in dtype
Tip revision: 600a65c
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