diff --git a/README.md b/README.md index b17c3a9..5de09de 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Tested on ```bash # install time-series-anomaly-detector -pip install time-series-anomaly-detector==0.3.2 +pip install time-series-anomaly-detector==0.3.3 ``` ## Installing from Source diff --git a/pyproject.toml b/pyproject.toml index b5e1a53..dfcfa4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "time-series-anomaly-detector" -version = "0.3.2" +version = "0.3.3" description = "Time Series Anomaly Detector" readme = "README.md" requires-python = ">=3.10.0" @@ -37,7 +37,7 @@ dependencies = [ "scipy<1.13.0, >=1.9.3", "pytz>=2018.9", "rstl>=0.1.3", - "psutil>=5.9.2", + "psutil>=6.1.1", "statsmodels>=0.14.1", "scikit-learn>=1.3.2", "arch>=6.3.0",