https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2cb344613b0884333ef66b876e4a7acfca2503d6 authored by Matthew Kolopanis on 16 December 2020, 16:59:07 UTC, committed by Bryna Hazelton on 16 December 2020, 18:45:54 UTC
1 parent e49f895
Raw File
Tip revision: 2cb344613b0884333ef66b876e4a7acfca2503d6 authored by Matthew Kolopanis on 16 December 2020, 16:59:07 UTC
update pytest and pytest-cases version requirements
Tip revision: 2cb3446
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
back to top