victordibia / neuralqa

NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT
https://victordibia.github.io/neuralqa/
MIT License
233 stars 32 forks source link

Pin dependency versions #64

Closed andrewrreed closed 3 years ago

andrewrreed commented 3 years ago

Purpose

The purpose of this PR is to introduce a quick-fix for #63 by pinning package dependency versions to ensure Transformers 4.x is not installed.

andrewrreed commented 3 years ago

closes #63