https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c4a0b77551b7e11ca07286bb35498ac6516d62b6 authored by Bryna Hazelton on 19 November 2020, 01:03:17 UTC, committed by Paul La Plante on 13 December 2020, 16:51:37 UTC
1 parent ed99033
Raw File
Tip revision: c4a0b77551b7e11ca07286bb35498ac6516d62b6 authored by Bryna Hazelton on 19 November 2020, 01:03:17 UTC
fix test after fixing default uvfits keyword spelling
Tip revision: c4a0b77
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
back to top