Skip to content

Commit 63d054c

Browse files
committed
fix(sandbox): keep Python dependencies compatible
1 parent ab5927b commit 63d054c

3 files changed

Lines changed: 164 additions & 208 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ updates:
9090
- dependency-name: "*"
9191
update-types:
9292
- version-update:semver-major
93+
- dependency-name: numpy
94+
versions:
95+
- ">=2.4"
96+
- dependency-name: matplotlib
97+
versions:
98+
- ">=3.11"
9399

94100
- package-ecosystem: github-actions
95101
directory: /

infra/containers/sandbox/requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
numpy==2.5.1
1+
numpy==2.3.5
22
pandas==2.3.3
3-
matplotlib==3.11.1
3+
matplotlib==3.10.7
44
openpyxl==3.1.5
55
pillow==12.3.0
66
ipython==9.15.0

0 commit comments

Comments
 (0)