Skip to content

Commit fb7fb3a

Browse files
committed
⬆️
1 parent b20c4c8 commit fb7fb3a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
-i https://pypi.org/simple
2-
click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
1+
click==7.1.2
32
fastapi==0.58.0
43
h11==0.9.0
5-
httptools==0.1.1; sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy'
4+
httptools==0.1.1
65
joblib==0.15.1
7-
numpy==1.19.0; python_version >= '3.6'
8-
pydantic==1.5.1; python_version >= '3.6'
6+
loguru==0.5.1
7+
numpy==1.19.0
8+
pydantic==1.5.1
99
scikit-learn==0.23.1
10-
scipy==1.5.0; python_version >= '3.6'
11-
starlette==0.13.4; python_version >= '3.6'
12-
threadpoolctl==2.1.0; python_version >= '3.5'
13-
uvicorn==0.11.5
14-
uvloop==0.14.0; sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy'
15-
websockets==8.1; python_full_version >= '3.6.1'
10+
scipy==1.5.0
11+
starlette==0.13.4
12+
threadpoolctl==2.1.0
13+
uvicorn==0.11.7
14+
uvloop==0.14.0
15+
websockets==8.1

0 commit comments

Comments
 (0)