File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77)
88
99# Parameters of MLchain
10- __version__ = "0.2.5 "
10+ __version__ = "0.2.6 "
1111
1212HOST = "https://www.api.mlchain.ml"
1313WEB_HOST = HOST
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ numpy<1.20; python_version == '3.6'
1414numpy <= 1.20.3 ; python_version >= '3.7'
1515opencv-python >= 4.1.2.30 , < 4.5
1616Pillow >= 8.0.1
17- starlette [full ]>= 0.14.2
17+ starlette [full ]== 0.19.0
1818requests >= 2.25.1
1919six >= 1.13.0
2020toml >= 0.10.0
2121trio >= 0.19.0
2222urllib3 >= 1.26.2
23- uvicorn [standard ]>= 0.14.0
23+ uvicorn [standard ]== 0.17.6
2424uvloop == 0.14.0 ; sys_platform != 'win32' and python_version == '3.6'
2525uvloop >= 0.14.0 ; sys_platform != 'win32' and python_version >= '3.7'
2626Werkzeug == 1.0.1
Original file line number Diff line number Diff line change 44import pathlib
55import os
66from setuptools import setup , find_packages
7- __version__ = "0.2.5"
87
8+ __version__ = "0.2.6"
99
1010project = "mlchain"
1111
You can’t perform that action at this time.
0 commit comments