https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 422c3ab246d7ddb81fee20dcf52e08744cea9ff3 authored by PyxieLouStar on 18 August 2020, 15:43:40 UTC, committed by Bryna Hazelton on 20 August 2020, 20:02:55 UTC
1 parent 2ef89a4
Raw File
Tip revision: 422c3ab246d7ddb81fee20dcf52e08744cea9ff3 authored by PyxieLouStar on 18 August 2020, 15:43:40 UTC
update tutorial
Tip revision: 422c3ab
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
      - pre-commit
back to top