Skip to content

Commit

Permalink
Temporarily requiring numpy 1.25.0 to find new deprecations in test s…
Browse files Browse the repository at this point in the history
…uites
  • Loading branch information
jameswilburlewis committed Aug 7, 2023
1 parent 4e786a4 commit b34a2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.19.5
numpy>=1.25.0
requests
cdflib<1.0.0
pytplot-mpl-temp>=2.1.44
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
project_urls={'Information': 'http://spedas.org/wiki/',
},
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),
install_requires=['numpy>=1.19.5', 'requests', 'geopack>=1.0.10',
install_requires=['numpy>=1.25.0', 'requests', 'geopack>=1.0.10',
'cdflib<1.0.0', 'cdasws>=1.7.24', 'netCDF4>=1.6.2',
'pywavelets', 'astropy', 'hapiclient>=0.2.2',
'pytplot-mpl-temp>=2.1.44', 'viresclient'],
Expand Down

0 comments on commit b34a2be

Please sign in to comment.