https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cea237c5a568d007b62e8862c03043bb20dd1522 authored by Bryna Hazelton on 17 March 2021, 16:08:36 UTC, committed by Paul La Plante on 30 March 2021, 19:16:52 UTC
1 parent 4495717
Raw File
Tip revision: cea237c5a568d007b62e8862c03043bb20dd1522 authored by Bryna Hazelton on 17 March 2021, 16:08:36 UTC
tutorial wording and formatting fixes
Tip revision: cea237c
environment.yaml
name: pyuvdata
channels:
  - conda-forge
  - defaults
dependencies:
  - python>3.6
  - astropy>=3.2.3
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython>=0.23
  - pip
  - pip:
      - pytest-cases>=3
      - pytest-xdist
back to top