Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #233 from dstansby/sunpy-pin
Browse files Browse the repository at this point in the history
Pin sunpy
  • Loading branch information
dstansby authored Oct 2, 2020
2 parents ebe41d8 + 042408e commit b6cce65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ matplotlib
numpy
scipy
astropy>=3
sunpy
sunpy!=2.0.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'Programming Language :: Python :: 3',
'Topic :: Scientific/Engineering :: Physics'],
url='https://github.com/dstansby/pfsspy',
install_requires=['numpy', 'scipy', 'sunpy', 'astropy>=3',
install_requires=['numpy', 'scipy', 'sunpy!=2.0.2', 'astropy>=3',
'scikit-image'],
python_requires='>=3.5',
packages=['pfsspy'],
Expand Down

0 comments on commit b6cce65

Please sign in to comment.