File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- FROM continuumio/miniconda3:25.1.1-2 @sha256:89e5406f2322af808b23f5461121862fd1e098b360e65be0c3e9d2d79b94c6a4
1+ FROM continuumio/miniconda3:25.11.1 @sha256:5df7c31c16e90e4ea370836770feed507a1cf51c6e8aad835c65fb26b9eca941
22RUN apt-get update \
33 && apt-get install -y --no-install-recommends \
4- curl wget build-essential openjdk-17 -jdk git \
4+ curl wget build-essential openjdk-21 -jdk git \
55 && rm -rf /var/lib/apt/lists/*
6- ENV JAVA_HOME=/usr/lib/jvm/java-17 -openjdk-amd64
7- ENV LUCENE_VERSION=9.12 .0
6+ ENV JAVA_HOME=/usr/lib/jvm/java-21 -openjdk-amd64
7+ ENV LUCENE_VERSION=10.0 .0
88ENV ANT_VERSION=1.10.14
99ENV PATH=$PATH:/pybool_ir/ant/bin:/opt/conda/bin
1010ARG MIRROR=downloads
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "pybool-ir"
33version = " 0.1.0"
44description = " Add your description here"
55readme = " README.md"
6- requires-python = " ==3.12 .*"
6+ requires-python = " ==3.13 .*"
77dependencies = [
88 " appdirs>=1.4.4" ,
99 " collection>=0.1.6" ,
@@ -13,7 +13,6 @@ dependencies = [
1313 " furo>=2024.8.6" ,
1414 " ir-datasets>=0.5.11" ,
1515 " ir-measures>=0.3.7" ,
16- " jcc>=3.15" ,
1716 " jupyter>=1.1.1" ,
1817 " jupyterlab>=4.4.4" ,
1918 " lucene" ,
@@ -42,4 +41,3 @@ dev = [
4241
4342[tool .uv .sources ]
4443pybool-ir = { workspace = true }
45- lucene = { path = " pylucene/dist/lucene-9.12.0-cp312-cp312-macosx_11_0_arm64.whl" }
You can’t perform that action at this time.
0 commit comments