Skip to content

Commit 4e5b51a

Browse files
committed
fix: Revert changes after Poetry installation step now succeeds
1 parent 36af290 commit 4e5b51a

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ 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; python_version <= '3.10'", # 0.2.0 is not compatible with matplotlib 3.6.3 on Python <=3.10
128+
"matplotlib-inline>=0.2.1,<0.3.0; python_version >= '3.11'",
128129

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

0 commit comments

Comments
 (0)