Skip to content

Commit 49e9eec

Browse files
mishushakovclaude
andcommitted
Install e2b_charts with --no-deps to bypass numpy<2 pin on PyPI
The published e2b_charts 0.0.4 on PyPI still has numpy<2.0.0. Until a new version is published, install it separately with --no-deps. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1b280e6 commit 49e9eec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

template/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ pandas==2.2.3
88
matplotlib==3.10.3
99
pillow==11.3.0
1010

11-
# Latest version for
12-
e2b_charts
11+
# e2b_charts installed separately (--no-deps) until new version is published with numpy 2 support
1312

1413
# Other packages
1514
aiohttp==3.13.3

template/template.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def make_template(
4444
.apt_install("nodejs")
4545
.copy("requirements.txt", "requirements.txt")
4646
.pip_install("--no-cache-dir -r requirements.txt")
47+
.pip_install("--no-cache-dir --no-deps e2b_charts")
4748
)
4849

4950
if "python" in enabled_kernels:

0 commit comments

Comments
 (0)