https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b61cec0504674b8ebe1648d999fc225bb28bb0d5 authored by Bryna Hazelton on 22 January 2020, 18:01:01 UTC, committed by Jonathan Pober on 07 February 2020, 16:26:36 UTC
1 parent f0cac6b
Raw File
Tip revision: b61cec0504674b8ebe1648d999fc225bb28bb0d5 authored by Bryna Hazelton on 22 January 2020, 18:01:01 UTC
move telescopes section after package details
Tip revision: b61cec0
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