Skip to content

Commit 95803a6

Browse files
committed
miniopy dependencie to fix CI importError
1 parent 61c7114 commit 95803a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ test = [
3333
"pytest>=7.2.0",
3434
"numpy>=1.21",
3535
"pyarrow>=8.0.0",
36-
"pandas"
36+
"pandas",
37+
"miniopy-async==1.21.1"
3738
]
3839

3940
[project.scripts]

0 commit comments

Comments
 (0)