Skip to content

Commit

Permalink
releasing v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ericthewizard committed Oct 9, 2022
1 parent f817f9a commit 70d288c
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>=0.4.3
pytplot-mpl-temp>=2.1.0
pytplot-mpl-temp>=2.1.1
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.3.24',
version='1.4.0',
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.9',
'cdflib>=0.4.3', 'cdasws>=1.7.24', 'netCDF4',
'pywavelets', 'astropy', 'hapiclient>=0.2.2',
'pytplot-mpl-temp>=2.1.0'],
'pytplot-mpl-temp>=2.1.1'],
python_requires='>=3.7',
include_package_data=True,
)

0 comments on commit 70d288c

Please sign in to comment.