Commit fb13ab0
Update Python 3.13 support and bump dependencies (#192)
* Update Python 3.13 support: bump dependencies and fix numpy constraints
Update template to Python 3.13 base image and bump key packages for compatibility:
- numpy 1.26.4 → 2.3.5 (Python 3.13 requires numpy 2.x)
- scipy 1.13.1 → 1.17.0, gensim 4.3.3 → 4.4.0, numba 0.61.2 → 0.63.1, spacy 3.8.2 → 3.8.11
- e2b_charts: relax numpy constraint from ^1.26.4 to >=1.26.4 for numpy 2 compatibility
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Regenerate poetry.lock for updated dependencies
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* 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>
* 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>
* moved the changes here to separate pr
* keep comment
* added changeset
* re-try with fix missing
* return
* skip cache
* return
* install r-base with fix missing
* simplify r install
---------
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
Co-authored-by: Jakub Novák <jakub@e2b.dev>1 parent fff3df6 commit fb13ab0
3 files changed
Lines changed: 16 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
69 | 59 | | |
70 | 60 | | |
71 | 61 | | |
| |||
0 commit comments