Skip to content

Commit

Permalink
Merge pull request #419 from bsipocz/numpy_update_117
Browse files Browse the repository at this point in the history
Updating numpy and sunpy stable versions
  • Loading branch information
bsipocz committed Sep 26, 2019
2 parents 922b7d1 + 9b84d36 commit 25a1c2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@

LATEST_ASTROPY_LTS = '2.0.14'
LATEST_ASTROPY_LTS_WIN = '2.0.13'
LATEST_NUMPY_STABLE = '1.16'
LATEST_SUNPY_STABLE = '1.0.1'
LATEST_NUMPY_STABLE = '1.17'
LATEST_SUNPY_STABLE = '1.0.3'

if os.environ.get('PIP_DEPENDENCIES', None) is not None:
PIP_DEPENDENCIES = os.environ['PIP_DEPENDENCIES'].split(' ')
Expand Down
4 changes: 2 additions & 2 deletions travis/setup_dependencies_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ else
export NO_PYTEST_ASTROPY=True
fi
export ASTROPY_LTS_VERSION=2.0.14
export LATEST_NUMPY_STABLE=1.16
export LATEST_SUNPY_STABLE=1.0.1
export LATEST_NUMPY_STABLE=1.17
export LATEST_SUNPY_STABLE=1.0.3


is_number='[0-9]'
Expand Down

0 comments on commit 25a1c2e

Please sign in to comment.