https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: e61dfadc7393d849130a3974bcf8198c62aaed2f authored by Bryna Hazelton on 13 October 2021, 23:07:43 UTC
update the changelog for a new version
Tip revision: e61dfad
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