https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c9418e393d0fdf3a049d44392edaa85f711fb6bd authored by Matthew Kolopanis on 06 July 2020, 16:30:47 UTC, committed by Bryna Hazelton on 16 February 2021, 18:21:08 UTC
1 parent 5c228b2
Raw File
Tip revision: c9418e393d0fdf3a049d44392edaa85f711fb6bd authored by Matthew Kolopanis on 06 July 2020, 16:30:47 UTC
try removing openmp compilation args from macosx builds
Tip revision: c9418e3
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - numpy
  - scipy
  - h5py
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython
  - setuptools_scm
  - pip
  - pip:
     - pytest-cases>=3
     - pytest-xdist
back to top