From 2c3f0ed3d401032bb57661db27a37c88a173e974 Mon Sep 17 00:00:00 2001 From: Matthew Kolopanis Date: Mon, 3 Feb 2020 14:04:53 -0700 Subject: [PATCH] get readme and a logic typo in the setup.py --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c9c04c..356da19 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ and one minor cosmological conversion module: ## Dependencies First install dependencies. -* numpy >= 1.17 +* numpy >= 1.18 * scipy * astropy >= 4.0 * h5py (for uvh5 compatibility with pyuvdata, optional) diff --git a/setup.py b/setup.py index d914e2d..db24066 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "scripts": glob.glob("scripts/*"), "use_scm_version": {"local_scheme": branch_scheme}, "include_package_data": True, - "install_requires": ["numpy>1.18", "astropy>=4.0", "scipy", "pyuvdata>=1.4.2"], + "install_requires": ["numpy>=1.18", "astropy>=4.0", "scipy", "pyuvdata>=1.4.2"], "extras_require": { "healpix": ["astropy-healpix"], "all": ["astropy-healpix", "pytest", "pytest-cov"],