Skip to content

Commit 624b6d4

Browse files
authored
Use Numpy less than 1.23 in our tests (#231)
1 parent fdf2b22 commit 624b6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test = [
5252
"pytest",
5353
"pytest-cov",
5454
"coverage",
55-
"numpy",
55+
"numpy<1.23",
5656
"pandas",
5757
"matplotlib",
5858
"pyqt5",

0 commit comments

Comments
 (0)