SiddharthAK commited on
Commit
c3ddf27
·
verified ·
1 Parent(s): 51a1a75

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  gradio
2
  transformers
3
  torch
4
- ir_datasets[scifact] # This is needed for SciFact via ir_datasets
 
5
  tqdm
 
1
  gradio
2
  transformers
3
  torch
4
+ ir_datasets==0.5.5 # Pin to a stable version
5
+ ir_datasets[scifact] # Keep this, but ensure the base is installed first # This is needed for SciFact via ir_datasets
6
  tqdm