https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1c612e5192b5a05b7309208ed4750ed2ccaeadc4 authored by Dara Storer on 02 July 2020, 20:55:16 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 2bb57d4
Raw File
Tip revision: 1c612e5192b5a05b7309208ed4750ed2ccaeadc4 authored by Dara Storer on 02 July 2020, 20:55:16 UTC
Formatting fix
Tip revision: 1c612e5
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
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
      - pre-commit
back to top