swh:1:snp:fcd8d71f87ac1f722ec0d6e260e9ad0b48cdea5d
Raw File
Tip revision: 9ba71c0130c8b020d6327854f5739a986b1e782d authored by Bryna Hazelton on 25 May 2021, 17:50:50 UTC
actually install the packages to test
Tip revision: 9ba71c0
environment.yaml
name: pyuvdata
channels:
  - conda-forge
  - defaults
dependencies:
  - python>3.6
  - astropy>=3.2.3
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython>=0.23
  - pip
  - pip:
      - pytest-cases>=3
      - pytest-xdist
back to top