-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
52 lines (25 loc) · 1.86 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple
click==8.0.3; python_version >= '3.6'
colorama==0.4.4; platform_system == 'Windows'
flask==2.0.2
gunicorn==20.1.0
itsdangerous==2.0.1; python_version >= '3.6'
jinja2==3.0.2; python_version >= '3.6'
joblib==1.1.0; python_version >= '3.6'
markupsafe==2.0.1; python_version >= '3.6'
numpy==1.21.3
pandas==1.3.4
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2021.3
scikit-learn==1.0; python_version >= '3.7'
scipy==1.7.1; python_version < '3.10' and python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sklearn==0.0
threadpoolctl==3.0.0; python_version >= '3.6'
werkzeug==2.0.2; python_version >= '3.6'