Skip to content

Commit 5be2052

Browse files
fix: deps resolution
1 parent 410e024 commit 5be2052

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
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==21.4.0",
36+
"attrs==20.3.0",
3737
"boto3>=1.20.21",
3838
"google-pasta",
3939
"numpy>=1.9.0",
@@ -75,8 +75,8 @@ def read_version():
7575
"awslogs==0.14.0",
7676
"black==22.1.0",
7777
"stopit==1.1.2",
78-
"apache-airflow==1.10.11",
79-
"attrs==21.4.0",
78+
"apache-airflow==2.2.3",
79+
"attrs==20.3.0",
8080
"cattrs==1.0.0",
8181
"flask==2.0.2",
8282
"fabric==2.6.0",

0 commit comments

Comments
 (0)