Skip to content

Commit

Permalink
update attrs requirement to at least 22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjnixon committed Aug 30, 2023
1 parent 4425961 commit a07e50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
install_requires=[
'numpy~=1.14',
'scipy~=1.0',
'attrs>=19.3,<22',
'attrs>=22.2',
'PyYAML~=6.0',
'lxml~=4.4',
'six~=1.11',
Expand Down

0 comments on commit a07e50a

Please sign in to comment.