https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 21d20de4c9691f00defe862ef919b9b90f2d90b1 authored by pyxieloustar on 29 June 2020, 19:27:46 UTC, committed by Bryna Hazelton on 16 February 2021, 18:21:08 UTC
1 parent 8c551b0
Raw File
Tip revision: 21d20de4c9691f00defe862ef919b9b90f2d90b1 authored by pyxieloustar on 29 June 2020, 19:27:46 UTC
add van vleck turnaround test
Tip revision: 21d20de
environment.yaml
name: pyuvdata
channels:
  - conda-forge
  - defaults
dependencies:
  - python>3.6
  - astropy>=3.2.3
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython>=0.23
  - pip
  - pip:
      - pytest-cases>=3
      - pytest-xdist
back to top