Skip to content

Commit 14037bd

Browse files
committed
bump python 3.12 and dependencies
1 parent 72d4a71 commit 14037bd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

template/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13
1+
FROM python:3.12
22

33
RUN 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

template/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ e2b_charts
1515
aiohttp==3.11.18
1616
beautifulsoup4==4.13.4
1717
bokeh==3.7.3
18-
# gensim==4.3.3
18+
gensim==4.3.3 # unmaintained, blocking numpy and scipy bump
1919
imageio==2.37.0
2020
joblib==1.5.0
2121
librosa==0.11.0
2222
nltk==3.9.1
23-
numpy==2.2.5
23+
numpy==1.26.4 # bump blocked by gensim
2424
numba==0.61.2
2525
opencv-python==4.11.0.86
2626
openpyxl==3.1.5
@@ -31,10 +31,10 @@ pytz==2025.2
3131
requests==2.32.3
3232
scikit-image==0.25.2
3333
scikit-learn==1.6.1
34-
scipy==1.15.3
34+
scipy==1.13.1 # bump blocked by gensim
3535
seaborn==0.13.2
3636
soundfile==0.13.1
37-
# spacy==3.8.2
37+
spacy==3.8.2 # doesn't work on 3.13.x
3838
textblob==0.19.0
3939
tornado==6.4.2
4040
urllib3==2.4.0

template/test.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13
1+
FROM python:3.12
22

33
ENV JAVA_HOME=/opt/java/openjdk
44
COPY --from=eclipse-temurin:11-jdk $JAVA_HOME $JAVA_HOME

0 commit comments

Comments
 (0)