Skip to content

Commit 788a182

Browse files
authored
testing: Add pandas dependency for testing
Needed to mock deprecated WaveformExtractor data
1 parent df91844 commit 788a182

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ metrics = [
122122
]
123123

124124
test_core = [
125+
"pandas<3",
125126
"pytest<8.4.0",
126127
"psutil",
127128

0 commit comments

Comments
 (0)