https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision fb7ea3bf6edc1dd08746eed8c19ece8f4185c4e4 authored by Matthew Kolopanis on 16 January 2020, 19:28:34 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent 3f852c0
Raw File
Tip revision: fb7ea3bf6edc1dd08746eed8c19ece8f4185c4e4 authored by Matthew Kolopanis on 16 January 2020, 19:28:34 UTC
update pull request template to reflect dropping py2
Tip revision: fb7ea3b
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