Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit 1d798e4

Browse files
committed
ensure docs extra has pandas to build converters module
1 parent 47d65bd commit 1d798e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ test = [
6464
"responses >= 0.20",
6565
]
6666
docs = [
67+
"pandas >= 2.0", # for converters module
6768
"numpy < 2.0", # portray needs hug which does not have compatibility
6869
"portray >= 1.4",
6970
]

0 commit comments

Comments
 (0)