https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f6e1d27558d88e92d4d53269734ec5c4b2ae5b40 authored by Paul La Plante on 27 January 2021, 19:01:17 UTC, committed by Bryna Hazelton on 28 January 2021, 21:31:41 UTC
1 parent a3a758c
Raw File
Tip revision: f6e1d27558d88e92d4d53269734ec5c4b2ae5b40 authored by Paul La Plante on 27 January 2021, 19:01:17 UTC
Remove unreachable code
Tip revision: f6e1d27
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
back to top