Skip to content

Commit c70f92f

Browse files
mishushakovclaude
andcommitted
Revert template/requirements.txt and build script changes
Keep these files as-is on main; e2b_charts updates will be in a separate PR. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 49e9eec commit c70f92f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

template/requirements.txt

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

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

1313
# Other packages
1414
aiohttp==3.13.3

template/template.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ 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")
4847
)
4948

5049
if "python" in enabled_kernels:

0 commit comments

Comments
 (0)