https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5e4c349757e7bb585b876ac3615bc1eb752ddb3d authored by Matthew Kolopanis on 17 April 2020, 02:09:45 UTC, committed by Paul La Plante on 28 April 2020, 03:11:57 UTC
1 parent 43833e6
Raw File
Tip revision: 5e4c349757e7bb585b876ac3615bc1eb752ddb3d authored by Matthew Kolopanis on 17 April 2020, 02:09:45 UTC
uvdata related tests changed to use tmp_path
Tip revision: 5e4c349
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
  - pip
  - pip:
      - pytest-cases
      - pre-commit
back to top