https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9cc16cdfb70b8223bf8e504c67c5550f8196a153 authored by Paul La Plante on 29 April 2020, 00:45:31 UTC, committed by Bryna Hazelton on 29 April 2020, 01:39:33 UTC
1 parent c053c5f
Raw File
Tip revision: 9cc16cdfb70b8223bf8e504c67c5550f8196a153 authored by Paul La Plante on 29 April 2020, 00:45:31 UTC
Remove __future__ imports from all files; add mode: python magic where missing
Tip revision: 9cc16cd
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
      - pre-commit
back to top