https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 047da00bfcc941fc2a4e14461dbfbffac843d933 authored by Theodora Kunicki on 28 April 2020, 18:07:59 UTC, committed by Bryna Hazelton on 25 May 2020, 19:38:13 UTC
1 parent 36602ec
Raw File
Tip revision: 047da00bfcc941fc2a4e14461dbfbffac843d933 authored by Theodora Kunicki on 28 April 2020, 18:07:59 UTC
incremental progress
Tip revision: 047da00
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