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:
parent
2b3fe8cf1b
commit
0cf474f820
@ -21,7 +21,6 @@ praat-parselmouth>=0.4.2
|
|||||||
Pillow>=9.1.1
|
Pillow>=9.1.1
|
||||||
resampy>=0.4.2
|
resampy>=0.4.2
|
||||||
scikit-learn
|
scikit-learn
|
||||||
starlette>=0.25.0
|
|
||||||
tensorboard
|
tensorboard
|
||||||
tqdm>=4.63.1
|
tqdm>=4.63.1
|
||||||
tornado>=6.1
|
tornado>=6.1
|
||||||
|
Loading…
Reference in New Issue
Block a user