https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision eba1cc164bbf88d9b6d162579c5ae5722bc1db15 authored by pyxieloustar on 19 March 2020, 17:19:59 UTC, committed by Bryna Hazelton on 20 March 2020, 00:09:45 UTC
1 parent 06e2672
Raw File
Tip revision: eba1cc164bbf88d9b6d162579c5ae5722bc1db15 authored by pyxieloustar on 19 March 2020, 17:19:59 UTC
initialize ppds file handling
Tip revision: eba1cc1
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - pytest-cases
      - pre-commit
back to top