Skip to content

Commit c7555cc

Browse files
authored
Merge a30203f into 7d91cd6
2 parents 7d91cd6 + a30203f commit c7555cc

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@ jobs:
192192

193193
- name: Install project
194194
run: poetry install --no-interaction
195+
196+
- name: Show Poetry dependencies
197+
run: poetry show --tree
198+
199+
- name: Show Poetry internal dependencies
200+
run: poetry self show plugins
195201

196202
- name: Run mypy
197203
run: |

poetry.lock

Lines changed: 2 additions & 14 deletions
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,6 +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
127128

128129
# Security constraint updates for transitive dependencies
129130
# snowflake-connector-python 4.0.0+ supports urllib3 2.x for Python 3.10+
@@ -142,7 +143,6 @@ dependencies = [
142143
"pyyaml>=6,<7",
143144
"tomli>=2,<3; python_version < '3.11'",
144145
"toml>=0.10.0,<1.0.0",
145-
"toml>=0.10.0,<1.0.0",
146146

147147
# Compatibility constraints for transitive dependencies
148148
"grpcio>=1.66.2; python_version >= '3.13'",

0 commit comments

Comments
 (0)