Skip to content

Commit

Permalink
update psutil version
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanyong Duan committed Jan 30, 2025
1 parent c0dbf5c commit e3f4a6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit e3f4a6e

Please sign in to comment.