https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f530e8085f2e1f124325bad82143004c4b7e4afd authored by Steven Murray on 19 December 2019, 16:22:34 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent 501d87f
Raw File
Tip revision: f530e8085f2e1f124325bad82143004c4b7e4afd authored by Steven Murray on 19 December 2019, 16:22:34 UTC
Try a non-inplace install
Tip revision: f530e80
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