https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ccafcc76d981c429e1f17c9440f9ccb106a96238 authored by Bryna Hazelton on 24 February 2020, 17:51:36 UTC, committed by Adam Beardsley on 26 February 2020, 18:53:14 UTC
1 parent df218eb
Raw File
Tip revision: ccafcc76d981c429e1f17c9440f9ccb106a96238 authored by Bryna Hazelton on 24 February 2020, 17:51:36 UTC
address review comments
Tip revision: ccafcc7
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - flake8
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - flake8-pytest
      - pytest-cases
back to top