https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4e1bc9aa4ed5afe240916551724e4eb4624a83b0 authored by Christopher Moriarty on 29 July 2020, 21:44:36 UTC, committed by Christopher Moriarty on 29 July 2020, 21:44:36 UTC
1 parent 06287b7
Raw File
Tip revision: 4e1bc9aa4ed5afe240916551724e4eb4624a83b0 authored by Christopher Moriarty on 29 July 2020, 21:44:36 UTC
Added SMA to fix test_telescopes.py.
Tip revision: 4e1bc9a
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
      - pre-commit
back to top