https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 868d0cbc577cdb5582cd5d1d803ceb85b6df2e9a authored by Bryna Hazelton on 10 June 2020, 00:02:59 UTC, committed by Bryna Hazelton on 12 June 2020, 17:27:10 UTC
1 parent f301035
Raw File
Tip revision: 868d0cbc577cdb5582cd5d1d803ceb85b6df2e9a authored by Bryna Hazelton on 10 June 2020, 00:02:59 UTC
update changelog
Tip revision: 868d0cb
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - 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