https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 82abccf4cc63fa599ed5c678a8bbaf87117ef5ec authored by Matthew Kolopanis on 22 May 2020, 18:34:19 UTC, committed by Bryna Hazelton on 21 July 2020, 15:30:05 UTC
1 parent f796eae
Raw File
Tip revision: 82abccf4cc63fa599ed5c678a8bbaf87117ef5ec authored by Matthew Kolopanis on 22 May 2020, 18:34:19 UTC
beginning of some work to move parse_ants out of utils
Tip revision: 82abccf
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