https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d5fe80fdfe213f3eed0440d2f0fbde528496cdc2 authored by Bryna Hazelton on 30 September 2021, 16:56:11 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent ea36e16
Raw File
Tip revision: d5fe80fdfe213f3eed0440d2f0fbde528496cdc2 authored by Bryna Hazelton on 30 September 2021, 16:56:11 UTC
Fix test errors introduced by tracking observer in extra_keywords
Tip revision: d5fe80f
pyuvdata_tests_windows.yml
name: pyuvdata_tests_windows
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - h5py
  - hdf5>=1.12.0
  - astropy-healpix
  - numpy
  - pyerfa>=2.0
  - pyyaml
  - scipy
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython
  - setuptools_scm
  - pip
  - pip:
      - pytest-cases>=3
      - pytest-xdist
back to top