Skip to content

Commit 253ddf9

Browse files
committed
test: Remove matplotlib-inline to see if CI works correctly
1 parent 1539037 commit 253ddf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ dependencies = [
124124
# so we keep vl-convert version pinned as well
125125
"vl-convert-python==1.7.0",
126126
"deepnote-vegafusion>=2.0.8,<3",
127-
"matplotlib-inline>=0.1.7,<0.2.0", # 0.2.0 is not compatible with matplotlib 3.6.3
127+
# "matplotlib-inline>=0.1.7,<0.2.0", # 0.2.0 is not compatible with matplotlib 3.6.3
128128

129129
# Security constraint updates for transitive dependencies
130130
# snowflake-connector-python 4.0.0+ supports urllib3 2.x for Python 3.10+

0 commit comments

Comments
 (0)