https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c2c9e18131cad80f2a224e8db3c148782e0c7259 authored by Garrett "Karto" Keating on 05 October 2021, 22:28:44 UTC, committed by Bryna Hazelton on 13 October 2021, 22:38:15 UTC
1 parent a683050
Raw File
Tip revision: c2c9e18131cad80f2a224e8db3c148782e0c7259 authored by Garrett "Karto" Keating on 05 October 2021, 22:28:44 UTC
Update changelog
Tip revision: c2c9e18
pyuvdata_publish.yml
name: pyuvdata_publish
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - numpy
  - scipy
  - h5py
  - pyerfa>=2.0
  - cython
  - setuptools_scm
  - pip
  - pip:
     - pep517
back to top