swh:1:snp:03e8cdabc80bf6f4ef54d117858809e20088601c
Raw File
Tip revision: 0b1b091eeec941c6081327cfd1d65f689feafd8c authored by Paul La Plante on 08 August 2020, 00:16:05 UTC
Merge branch 'Smithsonian-submillimeter_array' into master
Tip revision: 0b1b091
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - 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