File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -22,26 +22,30 @@ requests==2.32.2
22
22
sagemaker-experiments==0.1.35
23
23
Jinja2==3.1.4
24
24
pyvis==0.2.1
25
- pandas>=1.3.5,<1.5
25
+ pandas==1.4.4
26
26
scikit-learn==1.3.0
27
27
cloudpickle>=2.2.1
28
+ jsonpickle<4.0.0
28
29
PyYAML==6.0
29
30
# TODO find workaround
30
31
xgboost>=1.6.2,<=1.7.6
31
32
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
33
37
sentencepiece==0.1.99
34
38
# https://github.com/triton-inference-server/server/issues/6246
35
39
tritonclient[http]<2.37.0
36
- onnx>=1.15 .0
40
+ onnx==1.17 .0
37
41
# tf2onnx==1.15.1
38
42
nbformat>=5.9,<6
39
43
accelerate>=0.24.1,<=0.27.0
40
44
schema==0.7.5
41
- tensorflow>=2.1 ,<=2.16
45
+ tensorflow>=2.9.0 ,<=2.15.1
42
46
mlflow>=2.12.2,<2.13
43
- huggingface_hub>=0.23.4
47
+ huggingface_hub==0.26.2
44
48
uvicorn>=0.30.1
45
- fastapi>=0.111.0
49
+ fastapi==0.115.4
46
50
nest-asyncio
47
51
sagemaker-mlflow>=0.1.0
You can’t perform that action at this time.
0 commit comments