https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bcab4c470890ab70072f007923c42e107a1c4339 authored by Steven Murray on 23 December 2019, 20:47:07 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent 692b29b
Raw File
Tip revision: bcab4c470890ab70072f007923c42e107a1c4339 authored by Steven Murray on 23 December 2019, 20:47:07 UTC
Apparently you can't use an =
Tip revision: bcab4c4
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - flake8
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - six
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - flake8-pytest
      - pytest-cases
back to top