Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lintool committed Jul 3, 2021
1 parent 62b72d6 commit 6a4fd47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A low-effort way to try things out is to look at our [online notebooks](https://
Install via PyPI (requires Python 3.6+):

```
pip install pyserini==0.12.0
pip install pyserini==0.13.0
```

Sparse retrieval depends on [Anserini](http://anserini.io/), which is itself built on Lucene, and thus Java 11.
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ scikit-learn>=0.22.1
scipy>=1.4.1
tqdm
transformers>=4.6.0
sentencepiece>=0.1.95
sentencepiece>=0.1.95
nmslib
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

setuptools.setup(
name="pyserini",
version="0.12.0",
version="0.13.0",
author="Jimmy Lin",
author_email="[email protected]",
description="A Python toolkit for reproducible information retrieval research with sparse and dense representations",
long_description=long_description,
long_description_content_type="text/markdown",
package_data={"pyserini": [
"resources/jars/anserini-0.12.0-fatjar.jar",
"resources/jars/anserini-0.13.1-fatjar.jar",
]},
url="https://github.com/castorini/pyserini",
install_requires=requirements,
Expand Down

0 comments on commit 6a4fd47

Please sign in to comment.