https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0d4e6893aaf7d4f2cb3e27a0b40dad4f48f14223 authored by Bryna Hazelton on 30 September 2021, 16:08:02 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent e58a6f1
Raw File
Tip revision: 0d4e6893aaf7d4f2cb3e27a0b40dad4f48f14223 authored by Bryna Hazelton on 30 September 2021, 16:08:02 UTC
put observer from MS files into extra_keywords
Tip revision: 0d4e689
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
  - pyerfa>=2.0
  - 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