https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1a336e159dc8cdfd2dc887108b1f85c95e926289 authored by Dara Storer on 15 July 2020, 16:55:45 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 8e61562
Raw File
Tip revision: 1a336e159dc8cdfd2dc887108b1f85c95e926289 authored by Dara Storer on 15 July 2020, 16:55:45 UTC
Adjust for new warnings format
Tip revision: 1a336e1
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