https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6208e657e7dc492314f33aa0c3249ccfaf59459f authored by Bryna Hazelton on 16 December 2020, 19:09:46 UTC, committed by Matthew Kolopanis on 05 January 2021, 19:31:13 UTC
1 parent f9ff13d
Raw File
Tip revision: 6208e657e7dc492314f33aa0c3249ccfaf59459f authored by Bryna Hazelton on 16 December 2020, 19:09:46 UTC
fix python version passing in workflow
Tip revision: 6208e65
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
back to top