Skip to content

Commit b6fb6eb

Browse files
committed
Advancing test dependency versions
1 parent 5da90ca commit b6fb6eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ def read_version():
3838
"pytest-rerunfailures",
3939
"mock",
4040
"sagemaker[local]>=2",
41-
"tensorflow<2.4",
41+
"tensorflow>=2.9",
4242
"docker-compose",
43-
"boto3==1.16.34",
43+
"boto3",
4444
"python-dateutil>=2.1,<2.8.1",
45-
"botocore==1.19.34",
45+
"botocore",
4646
"requests-mock",
47-
"awscli==1.18.194",
47+
"awscli",
4848
"protobuf>=3.20,<3.21"
4949
]
5050

0 commit comments

Comments
 (0)