mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
Fix python 3.13 (#83)
Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -17,4 +17,4 @@ demo/scratch
|
|||||||
.vscode
|
.vscode
|
||||||
.DS_Store
|
.DS_Store
|
||||||
test/
|
test/
|
||||||
.env
|
.venv*
|
||||||
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "fastrtc"
|
name = "fastrtc"
|
||||||
version = "0.0.5.post1"
|
version = "0.0.5.post2"
|
||||||
description = "The realtime communication library for Python"
|
description = "The realtime communication library for Python"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "apache-2.0"
|
license = "apache-2.0"
|
||||||
@@ -35,6 +35,8 @@ dependencies = [
|
|||||||
"librosa",
|
"librosa",
|
||||||
"numpy>=2.0.2", # because of librosa
|
"numpy>=2.0.2", # because of librosa
|
||||||
"numba>=0.60.0",
|
"numba>=0.60.0",
|
||||||
|
"standard-aifc;python_version>='3.13'",
|
||||||
|
"standard-sunau;python_version>='3.13'",
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
|
|||||||
Reference in New Issue
Block a user