Skip to content

Commit aa2b6e1

Browse files
committed
fix lqrt required ver
1 parent a2f2d60 commit aa2b6e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
'matplotlib~=3.0',
4747
'seaborn~=0.9',
48-
'lqrt>=0.3.2'
48+
'lqrt~=0.3.2'
4949
],
5050
extras_require={'dev': ['pytest~=5.2', 'pytest-mpl~=0.10']},
5151
python_requires='~=3.5',

0 commit comments

Comments
 (0)