https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ef25dc281dab99c57ceb87d9c0090a5995f4fb08 authored by Matthew Kolopanis on 20 May 2020, 18:38:13 UTC, committed by Matthew Kolopanis on 22 May 2020, 21:11:43 UTC
1 parent 767f601
Raw File
Tip revision: ef25dc281dab99c57ceb87d9c0090a5995f4fb08 authored by Matthew Kolopanis on 20 May 2020, 18:38:13 UTC
use np.int64 not np.int_, int64 and long are different on windows.
Tip revision: ef25dc2
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
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
      - pre-commit
back to top