https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 48128cb42565f064c8d65dfa9f2a96783082177f authored by Christopher Moriarty on 30 July 2020, 15:36:11 UTC, committed by Christopher Moriarty on 30 July 2020, 15:36:11 UTC
1 parent b9f8ff7
Raw File
Tip revision: 48128cb42565f064c8d65dfa9f2a96783082177f authored by Christopher Moriarty on 30 July 2020, 15:36:11 UTC
Added a comment to test_mir.py
Tip revision: 48128cb
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