https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f74150142a333c9b343cf67ddb423db06799f4cc authored by Bryna Hazelton on 03 December 2020, 22:08:11 UTC, committed by Matthew Kolopanis on 04 December 2020, 16:28:38 UTC
1 parent aa3c27a
Raw File
Tip revision: f74150142a333c9b343cf67ddb423db06799f4cc authored by Bryna Hazelton on 03 December 2020, 22:08:11 UTC
fix doctests issues with pytest-cases
Tip revision: f741501
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