https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 87c21afb0c6f220de645196b294123536b66783e authored by Ruby Byrne on 04 October 2021, 18:20:49 UTC, committed by Bryna Hazelton on 05 October 2021, 16:08:30 UTC
1 parent 9da2d90
Raw File
Tip revision: 87c21afb0c6f220de645196b294123536b66783e authored by Ruby Byrne on 04 October 2021, 18:20:49 UTC
fix linting issues
Tip revision: 87c21af
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - numpy
  - scipy
  - h5py
  - pyerfa>=2.0
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython
  - setuptools_scm
  - pip
  - pip:
     - pytest-cases>=3
     - pytest-xdist
back to top