https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f1178956aec28cf531bf023d6dba379cb6d5a07c authored by Matthew Kolopanis on 28 April 2020, 00:34:16 UTC, committed by Paul La Plante on 28 April 2020, 03:11:57 UTC
1 parent 5cfcb72
Raw File
Tip revision: f1178956aec28cf531bf023d6dba379cb6d5a07c authored by Matthew Kolopanis on 28 April 2020, 00:34:16 UTC
move machine parameter
Tip revision: f117895
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>=1.12.1
      - pytest-xdist
      - pre-commit
back to top