Update requirements.txt
Browse filesremoved versions from requirements.txt
- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
git+https://github.com/huggingface/evaluate@main
|
2 |
-
datasets
|
3 |
-
torch
|
4 |
-
torchmetrics
|
5 |
-
numpy
|
|
|
1 |
git+https://github.com/huggingface/evaluate@main
|
2 |
+
datasets>=2.0.0
|
3 |
+
torch>=2.0.0
|
4 |
+
torchmetrics
|
5 |
+
numpy
|