Skip to content

Commit dc98ace

Browse files
beniericnileshvd
andauthored
fix: pin testing deps (#4925)
Co-authored-by: nileshvd <[email protected]>
1 parent 0ea5994 commit dc98ace

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

requirements/extras/test_requirements.txt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,30 @@ requests==2.32.2
2222
sagemaker-experiments==0.1.35
2323
Jinja2==3.1.4
2424
pyvis==0.2.1
25-
pandas>=1.3.5,<1.5
25+
pandas==1.4.4
2626
scikit-learn==1.3.0
2727
cloudpickle>=2.2.1
28+
jsonpickle<4.0.0
2829
PyYAML==6.0
2930
# TODO find workaround
3031
xgboost>=1.6.2,<=1.7.6
3132
pillow>=10.0.1,<=11
32-
transformers>=4.36.0
33+
opentelemetry-proto==1.27.0
34+
protobuf==4.25.5
35+
tensorboard>=2.9.0,<=2.15.2
36+
transformers==4.46.1
3337
sentencepiece==0.1.99
3438
# https://github.com/triton-inference-server/server/issues/6246
3539
tritonclient[http]<2.37.0
36-
onnx>=1.15.0
40+
onnx==1.17.0
3741
# tf2onnx==1.15.1
3842
nbformat>=5.9,<6
3943
accelerate>=0.24.1,<=0.27.0
4044
schema==0.7.5
41-
tensorflow>=2.1,<=2.16
45+
tensorflow>=2.9.0,<=2.15.1
4246
mlflow>=2.12.2,<2.13
43-
huggingface_hub>=0.23.4
47+
huggingface_hub==0.26.2
4448
uvicorn>=0.30.1
45-
fastapi>=0.111.0
49+
fastapi==0.115.4
4650
nest-asyncio
4751
sagemaker-mlflow>=0.1.0

0 commit comments

Comments
 (0)