Skip to content

Commit 102831f

Browse files
fix: deps resolution
1 parent 78bd367 commit 102831f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-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>=20, <=21.4.0",
36+
"attrs~=19.3",
3737
"boto3>=1.20.21",
3838
"google-pasta",
3939
"numpy>=1.9.0",
@@ -76,7 +76,7 @@ def read_version():
7676
"black==22.1.0",
7777
"stopit==1.1.2",
7878
"apache-airflow==1.10.11",
79-
"attrs>=20, <=21.4.0",
79+
"attrs~=19.3",
8080
"fabric==2.6.0",
8181
"requests==2.27.1",
8282
"sagemaker-experiments==0.1.35",

0 commit comments

Comments
 (0)