https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d9af67601db063cef23e3039a2e6bee858087174 authored by Adam Beardsley on 01 July 2020, 15:37:36 UTC, committed by Matthew Kolopanis on 01 July 2020, 22:47:27 UTC
1 parent c99d32b
Raw File
Tip revision: d9af67601db063cef23e3039a2e6bee858087174 authored by Adam Beardsley on 01 July 2020, 15:37:36 UTC
Allow uvflag to read posixpaths.
Tip revision: d9af676
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
      - pre-commit
back to top