Skip to content

Commit

Permalink
pyserini
Browse files Browse the repository at this point in the history
  • Loading branch information
crystina-z committed Jan 9, 2022
1 parent dc21935 commit c6ae232
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- pymagnitude>=0.1.143
- pytest-mock
- mock
- pyserini==0.12.0
- pyserini==0.13.0
- sphinx
- sphinxcontrib-apidoc
- recommonmark
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nltk>=3.4.5
pymagnitude>=0.1.143
pytest-mock
mock
pyserini==0.12.0
pyserini==0.13.0
numpy
scipy
sphinx
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_version(rel_path):
"nltk==3.4.5",
"pytest-mock",
"mock",
"pyserini==0.12.0",
"pyserini==0.13.0",
"numpy",
"scipy",
"google-api-python-client",
Expand Down

0 comments on commit c6ae232

Please sign in to comment.