File tree 7 files changed +13
-13
lines changed
data/serve_resources/mlflow
unit/sagemaker/serve/detector
7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies:
4
4
- python=3.10.13
5
5
- pip<=23.3.1
6
6
- pip :
7
- - mlflow= =2.16.1
7
+ - mlflow> =2.16.1
8
8
- astunparse==1.6.3
9
9
- cffi==1.16.0
10
10
- cloudpickle==2.2.1
Original file line number Diff line number Diff line change 1
- mlflow = =2.16.1
1
+ mlflow > =2.16.1
2
2
astunparse == 1.6.3
3
3
cffi == 1.16.0
4
4
cloudpickle == 2.2.1
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ dependencies:
4
4
- python=3.10.13
5
5
- pip<=23.3.1
6
6
- pip :
7
- - mlflow= =2.16.1
7
+ - mlflow> =2.16.1
8
8
- cloudpickle==2.2.1
9
- - numpy>= 2.0.0,<2.3 .0
10
- - tensorflow==2.17 .0
9
+ - numpy== 2.0.0
10
+ - tensorflow==2.18 .0
11
11
name : mlflow-env
Original file line number Diff line number Diff line change 1
- mlflow = =2.16.1
1
+ mlflow > =2.16.1
2
2
cloudpickle == 2.2.1
3
- numpy >= 2.0.0 , < 2.3 .0
4
- tensorflow == 2.17 .0
3
+ numpy == 2.0.0
4
+ tensorflow == 2.18 .0
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ dependencies:
4
4
- python=3.10.13
5
5
- pip<=23.3.1
6
6
- pip :
7
- - mlflow= =2.16.1
7
+ - mlflow> =2.16.1
8
8
- lz4==4.3.2
9
9
- numpy>=2.0.0,<2.3.0
10
10
- pandas==2.2.3
11
11
- psutil==5.9.8
12
12
- scikit-learn==1.6.1
13
13
- scipy==1.13.0
14
- - xgboost==1.7.1
14
+ - xgboost==2.1.4
15
15
name : mlflow-env
Original file line number Diff line number Diff line change 1
- mlflow = =2.16.1
1
+ mlflow > =2.16.1
2
2
lz4 == 4.3.2
3
3
numpy >= 2.0.0 ,< 2.3.0
4
4
pandas == 2.2.3
5
5
psutil == 5.9.8
6
6
scikit-learn == 1.6.1
7
7
scipy == 1.13.0
8
- xgboost == 1.7.1
8
+ xgboost == 2.1.4
Original file line number Diff line number Diff line change 34
34
35
35
EXPECTED_DEPENDENCY_MAP = {
36
36
"requests" : "==2.26.0" ,
37
- "numpy" : "==1.26.4 " ,
37
+ "numpy" : ">=2.0.0 " ,
38
38
"pandas" : "<=1.3.3" ,
39
39
"matplotlib" : "<3.5.0" ,
40
40
"scikit-learn" : ">0.24.1" ,
You can’t perform that action at this time.
0 commit comments