File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.13
1+ FROM python:3.12
22
33RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-install-recommends \
44 build-essential curl git util-linux jq sudo fonts-noto-cjk
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ e2b_charts
1515aiohttp == 3.11.18
1616beautifulsoup4 == 4.13.4
1717bokeh == 3.7.3
18- # gensim==4.3.3
18+ gensim == 4.3.3 # unmaintained, blocking numpy and scipy bump
1919imageio == 2.37.0
2020joblib == 1.5.0
2121librosa == 0.11.0
2222nltk == 3.9.1
23- numpy == 2.2.5
23+ numpy == 1.26.4 # bump blocked by gensim
2424numba == 0.61.2
2525opencv-python == 4.11.0.86
2626openpyxl == 3.1.5
@@ -31,10 +31,10 @@ pytz==2025.2
3131requests == 2.32.3
3232scikit-image == 0.25.2
3333scikit-learn == 1.6.1
34- scipy == 1.15.3
34+ scipy == 1.13.1 # bump blocked by gensim
3535seaborn == 0.13.2
3636soundfile == 0.13.1
37- # spacy==3.8.2
37+ spacy == 3.8.2 # doesn't work on 3.13.x
3838textblob == 0.19.0
3939tornado == 6.4.2
4040urllib3 == 2.4.0
Original file line number Diff line number Diff line change 1- FROM python:3.13
1+ FROM python:3.12
22
33ENV JAVA_HOME=/opt/java/openjdk
44COPY --from=eclipse-temurin:11-jdk $JAVA_HOME $JAVA_HOME
You can’t perform that action at this time.
0 commit comments