https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 3c2756ab84707163e4517711934c7b38555d8853 authored by Aaron Parsons on 14 October 2020, 18:41:19 UTC, committed by Paul La Plante on 23 October 2020, 18:53:50 UTC
1 parent 381961f
Raw File
Tip revision: 3c2756ab84707163e4517711934c7b38555d8853 authored by Aaron Parsons on 14 October 2020, 18:41:19 UTC
Formating changes for PEP8
Tip revision: 3c2756a
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
      - pre-commit
back to top