Skip to content

Commit

Permalink
lock lyrebird version 1.8.7 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
yumiguan authored Oct 30, 2020
1 parent e119587 commit 81b5aae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='lyrebird-tracking',
version='0.11.1',
version='0.11.2',
packages=['lyrebird_tracking'],
url='https://github.com/meituan/lyrebird-tracking',
author='HBQA',
Expand All @@ -33,7 +33,8 @@
]
},
install_requires=[
'lyrebird', 'jsonschema'
'lyrebird==1.8.7',
'jsonschema'
]

)

0 comments on commit 81b5aae

Please sign in to comment.