Skip to content

Commit

Permalink
Version bump to pyspedas version 1.4.47, to pick up pytplot-mpl-temp …
Browse files Browse the repository at this point in the history
…2.1.52 (with bokeh dependency removed) and sm2mlt routine.
  • Loading branch information
jameswilburlewis committed Oct 24, 2023
1 parent 7bbea9e commit 2f4f297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy>=1.19.5
requests
cdflib<1.0.0
pytplot-mpl-temp>=2.1.51
pytplot-mpl-temp>=2.1.52
cdasws>=1.7.24
netCDF4
pywavelets
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='pyspedas',
version='1.4.46',
version='1.4.47',
description='Python Space Physics Environment Data Analysis Software (pySPEDAS)',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand All @@ -28,7 +28,7 @@
install_requires=['numpy>=1.19.5', '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.51', 'viresclient'],
'pytplot-mpl-temp>=2.1.52', 'viresclient'],
python_requires='>=3.8',
include_package_data=True,
)

0 comments on commit 2f4f297

Please sign in to comment.