Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion genai/live/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
"ignored_versions": ["3.8", "3.9", "3.10", "3.11", "3.13"],
Comment thread
XrossFox marked this conversation as resolved.
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
4 changes: 2 additions & 2 deletions genai/live/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
backoff==2.2.1
google-api-core==2.25.1
pytest==9.0.3; python_version >= "3.10"
pytest-asyncio==1.1.0
pytest==9.1.1
pytest-asyncio==1.4.0
pytest-mock==3.14.0
13 changes: 6 additions & 7 deletions genai/live/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
google-genai==1.42.0
scipy==1.16.1
scipy==1.18.1
websockets==15.0.1
numpy==1.26.4
soundfile==0.12.1
numpy==2.5.3
soundfile==0.14.0
openai==1.99.1
setuptools==80.9.0
pyaudio==0.2.14
librosa==0.11.0
simpleaudio==1.0.0
setuptools==84.0.0
# pyaudio==0.2.14 pyudio cannot be built on python versions >=3.10
Comment thread
XrossFox marked this conversation as resolved.
librosa==1.0.0
Loading