Skip to content

Commit

Permalink
get readme and a logic typo in the setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolopanis committed Feb 3, 2020
1 parent 7441ec8 commit 2c3f0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 2c3f0ed

Please sign in to comment.