Revision e2564461a790ddeb14b034f887725dab3c956c70 authored by Bryna Hazelton on 27 February 2020, 22:16:45 UTC, committed by Bryna Hazelton on 04 March 2020, 22:55:35 UTC
left API level shadowing for now, made issues to fix them.
1 parent d88f1dc
Raw File
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - flake8
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - flake8-pytest
      - pytest-cases
back to top