Skip to content

Commit

Permalink
update pvrecorder
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Aug 30, 2023
1 parent 444a425 commit 1b4b3a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pveagle==0.1.0
pvrecorder==1.2.0
pvrecorder==1.2.1
4 changes: 2 additions & 2 deletions demo/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@

setuptools.setup(
name="pveagledemo",
version="0.1.1",
version="0.1.2",
author="Picovoice",
author_email="[email protected]",
description="Eagle Speaker Recognition Engine demos",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Picovoice/eagle",
packages=["pveagledemo"],
install_requires=["pveagle==0.1.0", "pvrecorder==1.2.0"],
install_requires=["pveagle==0.1.0", "pvrecorder==1.2.1"],
include_package_data=True,
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 1b4b3a1

Please sign in to comment.