https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 36240d3af6ba6cfa73a637e1b755f1be43c898cc authored by Bryna Hazelton on 16 December 2020, 18:14:31 UTC, committed by Matthew Kolopanis on 05 January 2021, 19:31:13 UTC
1 parent 2568377
Raw File
Tip revision: 36240d3af6ba6cfa73a637e1b755f1be43c898cc authored by Bryna Hazelton on 16 December 2020, 18:14:31 UTC
don't fail fast, try fix for getting correct python version
Tip revision: 36240d3
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