This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
kubeedge
/
sedna
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
12
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Fix the wrong uvicorn version in sedna lib
Signed-off-by: Jie Pu <i@jaypu.com>
tags/v0.5.0
Jie Pu
4 years ago
parent
404fed4e23
commit
9ffcede642
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/requirements.txt
+ 1
- 1
lib/requirements.txt
View File
@@ -11,4 +11,4 @@ joblib~=1.0.1 # BSD
pandas~=1.1.5 # BSD
six~=1.15.0 # MIT
minio~=7.0.3 # Apache-2.0
uvicorn
>
=0.14.0 # BSD
uvicorn
~
=0.14.0 # BSD
Write
Preview
Loading…
Cancel
Save