Skip to content

Commit af5d545

Browse files
satishpasumarthinavinns
authored andcommitted
fix: Loosen version of attrs dependency
1 parent daf71c2 commit af5d545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def read_requirements(filename):
4747

4848
# Declare minimal set for installation
4949
required_packages = [
50-
"attrs==20.3.0",
50+
"attrs>=20.3.0,<22",
5151
"boto3>=1.20.21,<2.0",
5252
"google-pasta",
5353
"numpy>=1.9.0,<2.0",

0 commit comments

Comments
 (0)