Skip to content

Commit

Permalink
Release 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lintool committed May 12, 2022
1 parent 30462ff commit ef05b61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Install via PyPI:
pip install pyserini
```

Pyserini requires Python 3.6+ and Java 11 (due to its dependency on [Anserini](http://anserini.io/)).
Pyserini requires Python 3.8+ and Java 11 (due to its dependency on [Anserini](http://anserini.io/)).

Since dense retrieval depends on neural networks, Pyserini requires a more complex set of dependencies to use this feature.
A `pip` installation will automatically pull in the [🤗 Transformers library](https://github.com/huggingface/transformers) to satisfy the package requirements.
Expand Down
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.16.0",
version="0.16.1",
author="Jimmy Lin",
author_email="jimmylin@uwaterloo.ca",
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.14.1-fatjar.jar",
"resources/jars/anserini-0.14.3-fatjar.jar",
]},
url="https://github.com/castorini/pyserini",
install_requires=requirements,
Expand Down

0 comments on commit ef05b61

Please sign in to comment.