https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 03e5f5309738deffead253e4d4f026a5c829ef1d authored by Paul La Plante on 02 February 2021, 09:23:22 UTC, committed by Bryna Hazelton on 04 February 2021, 18:03:47 UTC
1 parent 182d553
Raw File
Tip revision: 03e5f5309738deffead253e4d4f026a5c829ef1d authored by Paul La Plante on 02 February 2021, 09:23:22 UTC
Add temporary additional filter for h5py warnings
Tip revision: 03e5f53
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