castorini / pygaggle

a gaggle of deep neural architectures for text ranking and question answering, designed for Pyserini
http://pygaggle.ai/
Apache License 2.0
329 stars 97 forks source link

Version Bumps + Test Fix #329

Closed aivan6842 closed 1 year ago

aivan6842 commented 1 year ago

Bumped package versions and was able to install the requirements with python3.8, python3.9, and python3.10 in conda environment. Also tested installing requirements in colab notebook which had no issues.

Updated README to show that python3.8+ is now required with the dependency version changes.

Removed references to deprecated SimpleSearcher in README sample code and unittest code as it was causing import errors.