Skip to content

Commit

Permalink
add rocket-fft to the requirements to make the tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Weber authored and Lucas Weber committed Jun 5, 2024
1 parent e29b860 commit 63def8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ scipy>=1.10.1
fbpca>=1.0
matplotlib>=3.7.1
stumpy>=1.11.1
rocket-fft

# currently claspy only supports old versions of some of the packages. Therefore we exclude it for now.
# claspy>=0.1.6
1 change: 1 addition & 0 deletions requirements_examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ seaborn>=0.12.2
jupyter>=1.0.0
fbpca>=1.0
stumpy>=1.11.1
rocket-fft

# currently claspy only supports old versions of some of the packages. Therefore we exclude it for now.
# claspy>=0.1.6
1 change: 1 addition & 0 deletions requirements_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ numba>=0.56.4
scipy>=1.10.1
fbpca>=1.0
stumpy>=1.11.1
rocket-fft

# currently claspy only supports old versions of some of the packages. Therefore we exclude it for now.
# claspy>=0.1.6

0 comments on commit 63def8f

Please sign in to comment.