Skip to content

Commit

Permalink
replace rpy2 with rstl
Browse files Browse the repository at this point in the history
  • Loading branch information
luxiong-ms1 committed Jan 22, 2024
1 parent e8aa61f commit 3babea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anomaly-detector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ seasonal = "^0.3.1"
scipy = "^1.9.3"
pytz = "^2018.9"
Cython = "^3.0.8"
rpy2 = "^3.5.1"
rstl = "^0.1.3"
python_dateutil = "^2.7.5"
psutil = "^5.9.2"
statsmodels = "^0.13.5"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ seasonal==0.3.1
scipy==1.9.3
pytz==2018.9
Cython==3.0.8
rpy2==3.5.1
rstl==0.1.3
python_dateutil==2.7.5
psutil==5.9.2
statsmodels==0.13.5
Expand Down

0 comments on commit 3babea4

Please sign in to comment.