swh:1:snp:a44d14bf46f2d71242a54aa79c5374e82bd89434
Raw File
Tip revision: abb645178e2f3e5ac4865ed461ff092db9118728 authored by Bryna Hazelton on 14 March 2023, 22:19:09 UTC
Fix the check if this is a new tag.
Tip revision: abb6451
pyuvdata_publish.yml
name: pyuvdata_publish
channels:
  - conda-forge
dependencies:
  - astropy>=5.0.4
  - numpy>=1.19.*
  - scipy>=1.3
  - h5py>=3.1
  - pyerfa>=2.0
  - cython
  - setuptools_scm<7.0|>=7.0.3
  - pip
  - pip:
     - build
back to top