https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 79c03a483b2c6beb9bac7b070217bc1388d7b927 authored by Josh Dillon on 01 February 2022, 00:04:38 UTC, committed by Bryna Hazelton on 01 February 2022, 19:02:18 UTC
1 parent 6c3c3c4
Raw File
Tip revision: 79c03a483b2c6beb9bac7b070217bc1388d7b927 authored by Josh Dillon on 01 February 2022, 00:04:38 UTC
use internal tolerances instead
Tip revision: 79c03a4
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