https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1c725d64e9f2d091e2cf15737d57413a8f765140 authored by Dara Storer on 09 July 2020, 14:35:38 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 04a952e
Raw File
Tip revision: 1c725d64e9f2d091e2cf15737d57413a8f765140 authored by Dara Storer on 09 July 2020, 14:35:38 UTC
Formatting fixes
Tip revision: 1c725d6
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