Skip to content

Commit cf41183

Browse files
committed
relax required attrs version
1 parent eb4324c commit cf41183

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
@@ -17,7 +17,7 @@
1717
install_requires=[
1818
'numpy~=1.14',
1919
'scipy~=1.0',
20-
'attrs~=19.3',
20+
'attrs>=19.3,<22',
2121
'ruamel.yaml~=0.15',
2222
'lxml~=4.4',
2323
'six~=1.11',

0 commit comments

Comments
 (0)