-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
38 lines (38 loc) · 1.29 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
-i https://pypi.python.org/simple
anyio==3.6.2 ; python_full_version >= '3.6.2'
attrs==22.1.0 ; python_version >= '3.5'
beautifulsoup4==4.11.1 ; python_full_version >= '3.6.0'
black==22.10.0
bs4==0.0.1
click==8.1.3
exceptiongroup==1.0.0 ; python_version < '3.11'
fastapi==0.85.1
h11==0.14.0 ; python_version >= '3.7'
idna==3.4 ; python_version >= '3.5'
iniconfig==1.1.1
joblib==1.2.0 ; python_version >= '3.7'
mypy==0.982
mypy-extensions==0.4.3
numpy==1.23.4
packaging==21.3 ; python_version >= '3.6'
pandas==1.5.1
pathspec==0.10.1 ; python_version >= '3.7'
platformdirs==2.5.2 ; python_version >= '3.7'
pluggy==1.0.0 ; python_version >= '3.6'
pydantic==1.10.2
pyparsing==3.0.9 ; python_full_version >= '3.6.8'
pytest==7.2.0
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2022.5
pyyaml==6.0
scikit-learn==1.1.3 ; python_version >= '3.8'
scipy==1.9.3 ; python_version >= '3.8'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sklearn==0.0
sniffio==1.3.0 ; python_version >= '3.7'
soupsieve==2.3.2.post1 ; python_version >= '3.6'
starlette==0.20.4 ; python_version >= '3.7'
threadpoolctl==3.1.0 ; python_version >= '3.6'
tomli==2.0.1 ; python_full_version < '3.11.0a7'
typing-extensions==4.4.0 ; python_version < '3.10'
uvicorn==0.19.0