https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: d5515e11b331a26e14ead3c2bd2bd0cb19220596 authored by Bryna Hazelton on 14 October 2021, 22:50:31 UTC
update the changelog for a new version
Tip revision: d5515e1
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