https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0dbb3d649aa8bb00ca77c5f68388725c70dd79f0 authored by Matthew Kolopanis on 28 April 2020, 17:03:13 UTC, committed by Matthew Kolopanis on 29 April 2020, 15:47:53 UTC
1 parent c74ced0
Raw File
Tip revision: 0dbb3d649aa8bb00ca77c5f68388725c70dd79f0 authored by Matthew Kolopanis on 28 April 2020, 17:03:13 UTC
reword a nasty for loop into cython
Tip revision: 0dbb3d6
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>=1.12.1
      - pytest-xdist
      - pre-commit
back to top