https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bf14602793ea3608ddf491510a65738af20a7c18 authored by Garrett "Karto" Keating on 09 August 2021, 21:29:22 UTC, committed by Garrett "Karto" Keating on 09 August 2021, 21:29:22 UTC
1 parent 634795f
Raw File
Tip revision: bf14602793ea3608ddf491510a65738af20a7c18 authored by Garrett "Karto" Keating on 09 August 2021, 21:29:22 UTC
Fixing indexing bug for ms writer w/ data, flags, and nsamples arrays
Tip revision: bf14602
environment.yaml
name: pyuvdata
channels:
  - conda-forge
  - defaults
dependencies:
  - python>3.6
  - astropy>=4.2.1
  - astropy-healpix
  - astroquery
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore>=3.1.0
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython>=0.23
  - pip
  - pip:
      - pytest-cases>=3
      - pytest-xdist
      - novas
      - novas_de405
back to top