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 PR commnet
Signed-off-by: JoeyHwong <joeyhwong@gknow.cn>
tags/v0.4.2^2
JoeyHwong
4 years ago
parent
8aa2c9261d
commit
5a7be01e11
1 changed files
with
14 additions
and
15 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-15
lib/requirements.txt
+ 14
- 15
lib/requirements.txt
View File
@@ -1,15 +1,14 @@
numpy>=1.13.3 # BSD
colorlog~=4.7.2 # MIT
websockets~=9.1 # BSD
requests==2.24.0 # Apache-2.0
PyYAML~=5.4.1 # MIT
setuptools~=54.2.0
fastapi~=0.63.0 # MIT
starlette~=0.13.6 # BSD
pydantic~=1.8.1 # MIT
tenacity~=8.0.1 # Apache-2.0
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
numpy>=1.13.3 # BSD
colorlog~=4.7.2 # MIT
websockets~=9.1 # BSD
requests==2.24.0 # Apache-2.0
PyYAML~=5.4.1 # MIT
setuptools~=54.2.0
fastapi~=0.63.0 # MIT
pydantic>=1.8.1 # MIT
tenacity~=8.0.1 # Apache-2.0
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
Write
Preview
Loading…
Cancel
Save