https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9a194f5d0faf826045a7a73ef4042e5bc460b8eb authored by Matthew Kolopanis on 12 February 2020, 20:36:42 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent d6edc93
Raw File
Tip revision: 9a194f5d0faf826045a7a73ef4042e5bc460b8eb authored by Matthew Kolopanis on 12 February 2020, 20:36:42 UTC
update setup.cfg per-file-ingores for flake
Tip revision: 9a194f5
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - flake8
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - flake8-pytest
      - pytest-cases
back to top