Skip to content

Commit 410e024

Browse files
fix: deps resolution
1 parent 102831f commit 410e024

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def read_version():
3333

3434
# Declare minimal set for installation
3535
required_packages = [
36-
"attrs~=19.3",
36+
"attrs==21.4.0",
3737
"boto3>=1.20.21",
3838
"google-pasta",
3939
"numpy>=1.9.0",
@@ -76,7 +76,9 @@ def read_version():
7676
"black==22.1.0",
7777
"stopit==1.1.2",
7878
"apache-airflow==1.10.11",
79-
"attrs~=19.3",
79+
"attrs==21.4.0",
80+
"cattrs==1.0.0",
81+
"flask==2.0.2",
8082
"fabric==2.6.0",
8183
"requests==2.27.1",
8284
"sagemaker-experiments==0.1.35",

0 commit comments

Comments
 (0)