We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38b620 commit e8ee340Copy full SHA for e8ee340
requirements/extras/test_requirements.txt
@@ -13,7 +13,7 @@ black==22.3.0
13
stopit==1.1.2
14
apache-airflow==2.3.4
15
apache-airflow-providers-amazon==4.0.0
16
-attrs==20.3.0
+attrs==22.1.0
17
fabric==2.6.0
18
requests==2.27.1
19
sagemaker-experiments==0.1.35
setup.py
@@ -47,7 +47,7 @@ def read_requirements(filename):
47
48
# Declare minimal set for installation
49
required_packages = [
50
- "attrs>=20.3.0,<22",
+ "attrs>=20.3.0,<23",
51
"boto3>=1.20.21,<2.0",
52
"google-pasta",
53
"numpy>=1.9.0,<2.0",
0 commit comments