https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 004ddc6d44219487ebec2ab64f29e11f737c3a16 authored by Nicholas Kern on 21 April 2020, 02:16:12 UTC, committed by Bryna Hazelton on 21 April 2020, 23:59:42 UTC
1 parent e3ee9ec
Raw File
Tip revision: 004ddc6d44219487ebec2ab64f29e11f737c3a16 authored by Nicholas Kern on 21 April 2020, 02:16:12 UTC
more uvh5 multidim_index tests
Tip revision: 004ddc6
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
  - pip
  - pip:
      - pytest-cases
      - pre-commit
back to top