https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 03149bdb4d48f5c10a513822b375755b3c482593 authored by Bryna Hazelton on 13 September 2022, 23:19:25 UTC, committed by Bryna Hazelton on 10 October 2022, 19:14:44 UTC
1 parent 6b5de98
Raw File
Tip revision: 03149bdb4d48f5c10a513822b375755b3c482593 authored by Bryna Hazelton on 13 September 2022, 23:19:25 UTC
Add explicit cleanup to beam fixtures
Tip revision: 03149bd
pyuvdata_tests.yml
name: pyuvdata_tests
channels:
  - conda-forge
dependencies:
  - astropy>=5.0.4
  - astroquery>=0.4.4
  - h5py>=3.0
  - astropy-healpix>=0.6
  - numpy>=1.19.*
  - pyerfa>=2.0
  - python-casacore>=3.3.1
  - pyyaml>=5.1
  - scipy>=1.3
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython
  - setuptools_scm<7.0|>=7.0.3
  - pip
  - pip:
      - lunarsky>=0.1.2
      - novas
      - novas_de405
      - pytest-cases>=3.6.9
      - pytest-xdist
back to top