https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c0d9e117ca3358f14e65eb985c6b84e8727cedbd authored by Steven Murray on 26 December 2019, 17:40:16 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent d764857
Raw File
Tip revision: c0d9e117ca3358f14e65eb985c6b84e8727cedbd authored by Steven Murray on 26 December 2019, 17:40:16 UTC
Try getting doctest working
Tip revision: c0d9e11
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - flake8
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - six
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - flake8-pytest
      - pytest-cases
back to top