https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 250d1ec434304d330ebdaee87ff39cc3aa711802 authored by Bryna Hazelton on 12 February 2020, 21:00:29 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent 9a194f5
Raw File
Tip revision: 250d1ec434304d330ebdaee87ff39cc3aa711802 authored by Bryna Hazelton on 12 February 2020, 21:00:29 UTC
fix setup.cfg, update a few docstrings
Tip revision: 250d1ec
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