https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4a1c347b2d555e9e050913da14f829d44d215ef6 authored by Bryna Hazelton on 24 April 2020, 16:01:48 UTC, committed by Bryna Hazelton on 24 April 2020, 17:04:02 UTC
1 parent 738f5fb
Raw File
Tip revision: 4a1c347b2d555e9e050913da14f829d44d215ef6 authored by Bryna Hazelton on 24 April 2020, 16:01:48 UTC
another small speedup
Tip revision: 4a1c347
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