Skip to content

Commit 7ce839f

Browse files
authored
Merge pull request #43 from wwhenxuan/master
Master
2 parents e2d977d + 35be25c commit 7ce839f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

pysdkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A Python library for signal decomposition algorithms.
33
"""
44

5-
__version__ = "0.4.21"
5+
__version__ = "0.4.22"
66

77
# Empirical Mode Decomposition
88
from ._emd import EMD

setup.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setuptools.setup(
77
name="PySDKit",
88
packages=setuptools.find_packages(),
9-
version="0.4.21",
9+
version="0.4.22",
1010
description="A Python library for signal decomposition algorithms with a unified interface.",
1111
url="https://github.com/wwhenxuan/PySDKit",
1212
author="whenxuan, changewam, josefinez, Yuan Feng",
@@ -24,14 +24,12 @@
2424
"Topic :: Scientific/Engineering :: Mathematics",
2525
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2626
"License :: OSI Approved :: MIT License",
27-
"Programming Language :: Python :: 3",
28-
"Programming Language :: Python :: 3.6",
29-
"Programming Language :: Python :: 3.7",
3027
"Programming Language :: Python :: 3.8",
3128
"Programming Language :: Python :: 3.9",
3229
"Programming Language :: Python :: 3.10",
30+
"Programming Language :: Python :: 3.11",
3331
],
34-
python_requires=">=3.6",
32+
python_requires=">=3.8",
3533
install_requires=[
3634
"numpy>=1.24.3",
3735
"scipy>=1.11.1",

0 commit comments

Comments
 (0)