Skip to content

Commit

Permalink
change dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanyong Duan committed Jan 8, 2025
1 parent c7aada6 commit 68525a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -408,4 +408,5 @@ time_series_anomaly_detector.egg-info/
.idea/
*.so
*.pyd
.script\Dockerfile
.script\Dockerfile
src/anomaly_detector/univariate/_anomaly_kernel_cython.c
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
]

dependencies = [
"numpy>=1.23.5",
"numpy<2, >=1.23.5",
"pandas>=1.3.5",
"seasonal>=0.3.1",
"scipy>=1.9.3",
Expand Down

0 comments on commit 68525a4

Please sign in to comment.