https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a91208f66bd2fc397630a6f429f88354595d0078 authored by Bryna Hazelton on 07 July 2022, 19:29:23 UTC, committed by Matthew Kolopanis on 12 July 2022, 19:04:48 UTC
1 parent 06699ee
Raw File
Tip revision: a91208f66bd2fc397630a6f429f88354595d0078 authored by Bryna Hazelton on 07 July 2022, 19:29:23 UTC
Fix env activation
Tip revision: a91208f
pyuvdata_publish.yml
name: pyuvdata_publish
channels:
  - conda-forge
dependencies:
  - astropy>=5.0.4
  - numpy>=1.19.*
  - scipy>=1.3
  - h5py>=3.0
  - pyerfa>=2.0
  - cython
  - setuptools_scm<7.0|>=7.0.3
  - pip
  - pip:
     - pep517
back to top