https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8d9d7acb91a3501952b569ec5b6d6ff2da2ca399 authored by Matthew Kolopanis on 20 January 2021, 20:34:04 UTC, committed by Bryna Hazelton on 28 January 2021, 21:31:41 UTC
1 parent 1ab2cee
Raw File
Tip revision: 8d9d7acb91a3501952b569ec5b6d6ff2da2ca399 authored by Matthew Kolopanis on 20 January 2021, 20:34:04 UTC
move file reading to own function, better for garbage collection
Tip revision: 8d9d7ac
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