| # Requirements for the TruthLens project | |
| # | |
| # Where possible we pin to minor versions to ensure reproducibility while | |
| # still allowing patch updates. These versions are known to work at the | |
| # time of writing; newer versions may also work but have not been | |
| # extensively tested. | |
| gradio>=3.44,<4.0 | |
| wikipedia>=1.4 | |
| nltk>=3.8 | |
| sentence-transformers>=2.2.2 | |
| transformers>=4.35.2 | |
| torch>=2.0 | |
| pandas>=1.5 | |
| scikit-learn>=1.2 |