https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ac7ef30532a7e3b22ae4f61a3ab6d545ae72ee0d authored by Bryna Hazelton on 14 December 2020, 18:02:27 UTC, committed by Bryna Hazelton on 02 April 2021, 22:10:52 UTC
1 parent 78f5bdf
Raw File
Tip revision: ac7ef30532a7e3b22ae4f61a3ab6d545ae72ee0d authored by Bryna Hazelton on 14 December 2020, 18:02:27 UTC
test uvflag with future shapes
Tip revision: ac7ef30
pyuvdata_publish.yml
name: pyuvdata_publish
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - numpy
  - scipy
  - h5py
  - cython
  - setuptools_scm
  - pip
  - pip:
     - pep517
back to top