Skip to content

Commit fee2ca9

Browse files
committed
Bump to lucene 9.4.1.
1 parent 0838919 commit fee2ca9

File tree

4 files changed

+1248
-1122
lines changed

4 files changed

+1248
-1122
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
.DS_Store
2+
ant/
3+
pybool_ir.egg-info/
4+
5+
.idea/
6+
17
.pytest_cache
28
build
39
hyperbool.egg-info

Pipfile

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
pybool_ir = {editable = true, path = "."}
8-
jcc = {path = "./pylucene/jcc", editable = false}
7+
pybool_ir = { editable = true, path = "." }
8+
jcc = { path = "./pylucene/jcc", editable = false }
99
pyparsing = "*"
1010
pytest = "*"
1111
dataclasses-json = "*"
12-
lupyne = "*"
1312
cpython = "*"
1413
jupyter = "*"
1514
jupyterlab = "*"
@@ -30,9 +29,7 @@ aiofile = "*"
3029
click = "*"
3130
seaborn = "*"
3231
prompt-toolkit = "*"
33-
lucene = {path = "./pylucene/dist/lucene-8.11.0-cp39-cp39-macosx_10_14_x86_64.whl"}
32+
lucene = { path = "./pylucene/dist/lucene-9.4.1-cp310-cp310-macosx_12_0_arm64.whl" }
33+
lupyne = {editable = true, ref = "90874273a33bc02b0ac502f2daed2fde326f7511", git = "https://github.com/coady/lupyne.git"}
3434

3535
[dev-packages]
36-
37-
[requires]
38-
python_version = "3.9"

0 commit comments

Comments
 (0)