-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPipfile
49 lines (47 loc) · 1.08 KB
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pybool_ir = { editable = true, path = "." }
jcc = { path = "./pylucene/jcc", editable = false }
pyparsing = "*"
pytest = "*"
dataclasses-json = "*"
jupyter = "*"
jupyterlab = "*"
progressbar2 = "*"
wget = "*"
requests = "*"
tqdm = "*"
lxml = "*"
transformers = "*"
sentence-transformers = "*"
nltk = "*"
trectools = "*"
ir-measures = {editable = true, ref = "9460896dbeb9f63bfe08c9fc0d0d4eb9fe00153f", git = "https://github.com/terrierteam/ir_measures.git"}
appdirs = "*"
unsync = "*"
aiofiles = "*"
aiofile = "*"
click = "*"
seaborn = "*"
prompt-toolkit = "*"
lucene = { path = "./pylucene/dist/lucene-9.4.1-cp310-cp310-macosx_12_0_arm64.whl" }
lupyne = {editable = true, ref = "90874273a33bc02b0ac502f2daed2fde326f7511", git = "https://github.com/coady/lupyne.git"}
snakeviz = "*"
pip = "*"
install = "*"
fnvhash = "*"
collection = "*"
flatdict = "*"
statsmodels = "*"
networkx = "*"
sphinx = "*"
furo = "*"
ir-datasets = "*"
parsedatetime = "*"
nmslib = "*"
pyserini = "==0.20.0"
faiss-cpu = "*"
[dev-packages]