https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 912a29a937748cc49e82b292830e804d5d5cabf8 authored by Steven Murray on 23 December 2019, 20:17:01 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent 4da091a
Raw File
Tip revision: 912a29a937748cc49e82b292830e804d5d5cabf8 authored by Steven Murray on 23 December 2019, 20:17:01 UTC
Fix scripts install. Was too loose and got __pycache__ dir
Tip revision: 912a29a
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