swh:1:snp:bf6ce113cf8550093443278e82969bcc2b2ee213
Raw File
Tip revision: a59921a203a7ab6a08f1e7171fcb8f02492d7c7b authored by Garrett 'Karto' Keating on 17 January 2022, 03:21:36 UTC
Starting on COMPASS-related integration
Tip revision: a59921a
environment.yaml
name: pyuvdata
channels:
  - conda-forge
  - defaults
dependencies:
  - python>3.6
  - astropy>=4.2.1
  - astropy-healpix
  - astroquery>=0.4.4
  - h5py>=3.0
  - numpy>=1.18
  - pre-commit
  - pyerfa>=2.0
  - pypandoc
  - python-casacore>=3.1.0
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython>=0.23
  - pip
  - pip:
      - pytest-cases>=3
      - pytest-xdist
      - novas
      - novas_de405
back to top