https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 31e02ad8e32cbadc9d7b9457ca09df7d2d6534c0 authored by Paul La Plante on 24 March 2021, 15:16:19 UTC, committed by Bryna Hazelton on 02 April 2021, 22:10:52 UTC
1 parent d0447b8
Raw File
Tip revision: 31e02ad8e32cbadc9d7b9457ca09df7d2d6534c0 authored by Paul La Plante on 24 March 2021, 15:16:19 UTC
Add initial versioning info to uvh5 files
Tip revision: 31e02ad
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