Update requirements to match the latest version of transformers.js
Browse filesReference: https://github.com/huggingface/transformers.js/blob/fc2847c6a9c8b1781a0107d3d6fc086218a6f123/scripts/requirements.txt
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -6,3 +6,4 @@ optimum@git+https://github.com/huggingface/optimum.git@b04feaea78cda58d79b8da67d
|
|
6 |
onnx==1.17.0
|
7 |
tqdm==4.67.1
|
8 |
onnxslim==0.1.48
|
|
|
|
6 |
onnx==1.17.0
|
7 |
tqdm==4.67.1
|
8 |
onnxslim==0.1.48
|
9 |
+
numpy==2.2.6
|