https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d267b0a6fa28c5e208d01350da657b0888fa78ee authored by Dara Storer on 15 July 2020, 17:43:11 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 1a336e1
Raw File
Tip revision: d267b0a6fa28c5e208d01350da657b0888fa78ee authored by Dara Storer on 15 July 2020, 17:43:11 UTC
Pragma nocover for OSError
Tip revision: d267b0a
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