Skip to content

Commit

Permalink
update pvrecorder
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouya Rostam committed Jan 30, 2024
1 parent d96d77f commit 295cdbc
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==1.0.1
pvrecorder==1.2.1
pvrecorder==1.2.2
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="1.0.1",
version="1.0.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==1.0.1", "pvrecorder==1.2.1"],
install_requires=["pveagle==1.0.1", "pvrecorder==1.2.2"],
include_package_data=True,
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 295cdbc

Please sign in to comment.