Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
wheel
|
|
|
|
|
2 |
# Core compatibility
|
3 |
numpy==1.26.4
|
4 |
transformers==4.49.0
|
|
|
1 |
wheel
|
2 |
+
setuptools>=42
|
3 |
+
pip>=23
|
4 |
# Core compatibility
|
5 |
numpy==1.26.4
|
6 |
transformers==4.49.0
|