File tree 3 files changed +6
-6
lines changed
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
2
2
3
3
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-install-recommends \
4
4
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
15
15
aiohttp == 3.11.18
16
16
beautifulsoup4 == 4.13.4
17
17
bokeh == 3.7.3
18
- # gensim==4.3.3
18
+ gensim == 4.3.3 # unmaintained, blocking numpy and scipy bump
19
19
imageio == 2.37.0
20
20
joblib == 1.5.0
21
21
librosa == 0.11.0
22
22
nltk == 3.9.1
23
- numpy == 2.2.5
23
+ numpy == 1.26.4 # bump blocked by gensim
24
24
numba == 0.61.2
25
25
opencv-python == 4.11.0.86
26
26
openpyxl == 3.1.5
@@ -31,10 +31,10 @@ pytz==2025.2
31
31
requests == 2.32.3
32
32
scikit-image == 0.25.2
33
33
scikit-learn == 1.6.1
34
- scipy == 1.15.3
34
+ scipy == 1.13.1 # bump blocked by gensim
35
35
seaborn == 0.13.2
36
36
soundfile == 0.13.1
37
- # spacy==3.8.2
37
+ spacy == 3.8.2 # doesn't work on 3.13.x
38
38
textblob == 0.19.0
39
39
tornado == 6.4.2
40
40
urllib3 == 2.4.0
Original file line number Diff line number Diff line change 1
- FROM python:3.13
1
+ FROM python:3.12
2
2
3
3
ENV JAVA_HOME=/opt/java/openjdk
4
4
COPY --from=eclipse-temurin:11-jdk $JAVA_HOME $JAVA_HOME
You can’t perform that action at this time.
0 commit comments