https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d52dc91f24fc5670e45ad81f342c1ed62890c091 authored by PyxieLouStar on 12 August 2020, 16:39:56 UTC, committed by Bryna Hazelton on 20 August 2020, 20:02:55 UTC
1 parent 8be7072
Raw File
Tip revision: d52dc91f24fc5670e45ad81f342c1ed62890c091 authored by PyxieLouStar on 12 August 2020, 16:39:56 UTC
upload coarse band file
Tip revision: d52dc91
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - 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