https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b9f8ff7377bcdf96e3a4b6cb342e76b0f0012f98 authored by Christopher Moriarty on 30 July 2020, 15:19:54 UTC, committed by Christopher Moriarty on 30 July 2020, 15:19:54 UTC
1 parent bf5f5c3
Raw File
Tip revision: b9f8ff7377bcdf96e3a4b6cb342e76b0f0012f98 authored by Christopher Moriarty on 30 July 2020, 15:19:54 UTC
Cleaned up imports to pass circle ci test.
Tip revision: b9f8ff7
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