https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8b82a3b8b540168ea2d20fd03b2a5f55886cfb91 authored by Paul La Plante on 13 May 2020, 18:05:02 UTC, committed by Paul La Plante on 02 June 2020, 18:57:13 UTC
1 parent 4bfe13c
Raw File
Tip revision: 8b82a3b8b540168ea2d20fd03b2a5f55886cfb91 authored by Paul La Plante on 13 May 2020, 18:05:02 UTC
Fix changelog
Tip revision: 8b82a3b
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