Skip to content

Commit ece41c3

Browse files
committed
chore: Update test dependency min versions
1 parent c66a4d9 commit ece41c3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ doc = [
4747
]
4848
plotting = ["graphviz"]
4949
test = [
50-
"pytest >=3.3",
51-
"pytest-cov",
52-
"bsmschema",
53-
"coverage[toml]",
54-
"altair",
55-
"pytest-xdist",
56-
"s3fs" #for testing remote uri
50+
"pytest >= 6",
51+
"pytest-cov >= 2.11",
52+
"bsmschema >= 0.1",
53+
"coverage[toml] >= 5.2.1",
54+
"altair >= 5",
55+
"pytest-xdist >= 2.5",
56+
"s3fs >= 2024" #for testing remote uri
5757
]
5858
model_reports = [
5959
"jinja2",

0 commit comments

Comments
 (0)