Skip to content

Commit 7a81141

Browse files
committed
fix: unpin attrs
1 parent cbae73f commit 7a81141

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
@@ -33,7 +33,7 @@ def read_version():
3333

3434
# Declare minimal set for installation
3535
required_packages = [
36-
"attrs==20.3.0",
36+
"attrs==21.4.0",
3737
"boto3>=1.20.21",
3838
"google-pasta",
3939
"numpy>=1.9.0",

0 commit comments

Comments
 (0)