Skip to content

Commit

Permalink
bumpy numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Mar 5, 2019
1 parent b37ea89 commit a510436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "setuptools_scm", "wheel", "numpy>=1.13.0"]
requires = ["setuptools", "setuptools_scm", "wheel", "numpy==1.14.5"]

[ tool.sunpy-bot ]
# disable astropy checks
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -21,7 +21,7 @@ packages = find:
include_package_data = True
setup_requires = setuptools_scm
install_requires =
numpy>=1.13
numpy>=1.14.5
scipy
matplotlib>=1.3
pandas
Expand Down

0 comments on commit a510436

Please sign in to comment.