https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e57cad6a31454ffd875fe914679def05e33069d6 authored by Matthew Kolopanis on 30 January 2020, 16:23:02 UTC, committed by Bryna Hazelton on 07 February 2020, 01:01:42 UTC
1 parent ea22056
Raw File
Tip revision: e57cad6a31454ffd875fe914679def05e33069d6 authored by Matthew Kolopanis on 30 January 2020, 16:23:02 UTC
added a confest.py to the docs folder to handle setup/cleanup of output
Tip revision: e57cad6
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