Skip to content

Commit bf6546e

Browse files
committed
Merge branch 'master' of github.com:hscells/pybool_ir
2 parents ebd9ca6 + ea7bc39 commit bf6546e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM continuumio/miniconda3:25.1.1-2@sha256:89e5406f2322af808b23f5461121862fd1e098b360e65be0c3e9d2d79b94c6a4
1+
FROM continuumio/miniconda3:25.11.1@sha256:5df7c31c16e90e4ea370836770feed507a1cf51c6e8aad835c65fb26b9eca941
22
RUN 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
88
ENV ANT_VERSION=1.10.14
99
ENV PATH=$PATH:/pybool_ir/ant/bin:/opt/conda/bin
1010
ARG MIRROR=downloads

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pybool-ir"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
6-
requires-python = "==3.12.*"
6+
requires-python = "==3.13.*"
77
dependencies = [
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]
4443
pybool-ir = { workspace = true }
45-
lucene = { path = "pylucene/dist/lucene-9.12.0-cp312-cp312-macosx_11_0_arm64.whl" }

0 commit comments

Comments
 (0)