https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 3ede5392f253de0713a51571308753feaf9edb71 authored by Bryna Hazelton on 12 June 2020, 18:35:07 UTC, committed by Paul La Plante on 16 June 2020, 16:48:11 UTC
1 parent 16732d4
Raw File
Tip revision: 3ede5392f253de0713a51571308753feaf9edb71 authored by Bryna Hazelton on 12 June 2020, 18:35:07 UTC
improve testing, fix warning
Tip revision: 3ede539
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