1
0
mirror of synced 2024-11-24 07:30:16 +01:00

Fix dependency conflict in last pull request (#775)

The conflict is caused by:
    The user requested starlette>=0.25.0
    fastapi 0.88.0 depends on starlette==0.22.0

fastapi 0.88.0 package will resolve dependency automatically, remove the starlette>=0.25.0 will fix the conflict.
This commit is contained in:
丸子 2023-07-17 22:55:28 +08:00 committed by GitHub
parent 2b3fe8cf1b
commit 0cf474f820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,6 @@ praat-parselmouth>=0.4.2
Pillow>=9.1.1
resampy>=0.4.2
scikit-learn
starlette>=0.25.0
tensorboard
tqdm>=4.63.1
tornado>=6.1