https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 002db6790f5433ac1345b0b67bcf0c2b8b379a47 authored by Garrett "Karto" Keating on 22 May 2021, 16:46:10 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent a5d2ac8
Raw File
Tip revision: 002db6790f5433ac1345b0b67bcf0c2b8b379a47 authored by Garrett "Karto" Keating on 22 May 2021, 16:46:10 UTC
Fixing util docstrings (and a few others) based on review comments
Tip revision: 002db67
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
  - 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