https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ee30d2ebc8430be4cac93b22cfdb11ebad25ad1d authored by Garrett Keating on 06 August 2020, 20:53:59 UTC, committed by Garrett Keating on 06 August 2020, 20:53:59 UTC
1 parent b13c259
Raw File
Tip revision: ee30d2ebc8430be4cac93b22cfdb11ebad25ad1d authored by Garrett Keating on 06 August 2020, 20:53:59 UTC
Adding MIR index-checking to test list
Tip revision: ee30d2e
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