https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c8afbed3af1becc1f153aebb57a580323b826b1f authored by Garrett Keating on 15 February 2021, 13:58:34 UTC, committed by Bryna Hazelton on 02 April 2021, 22:10:52 UTC
1 parent c202ab9
Raw File
Tip revision: c8afbed3af1becc1f153aebb57a580323b826b1f authored by Garrett Keating on 15 February 2021, 13:58:34 UTC
Fixing handling of values in the array flex_spw_id_array (to match those in spw_array)
Tip revision: c8afbed
environment.yaml
name: pyuvdata
channels:
  - conda-forge
  - defaults
dependencies:
  - python>3.6
  - astropy>=3.2.3
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython>=0.23
  - pip
  - pip:
      - pytest-cases>=3
      - pytest-xdist
back to top