Skip to content

Commit 85eedda

Browse files
updated dependencies
1 parent 9d7f8c9 commit 85eedda

2 files changed

Lines changed: 15 additions & 81 deletions

File tree

.github/workflows/production-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git commit -m "[CI] update trained model" || echo "No changes to commit"
3939
git push --set-upstream origin heroku
4040
- name: Deploy to Heroku
41-
uses: akhileshns/heroku-deploy@v3.12.12
41+
uses: akhileshns/heroku-deploy@v3.13.15
4242
with:
4343
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
4444
heroku_app_name: ${{secrets.HEROKU_APP_NAME}}

requirements.txt

Lines changed: 14 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,31 @@
1-
anyio==3.3.1
2-
appnope==0.1.2
3-
argon2-cffi==21.1.0
4-
attrs==21.2.0
5-
Babel==2.9.1
6-
backcall==0.2.0
7-
black==21.8b0
8-
bleach==4.1.0
1+
attrs==21.4.0
92
certifi==2021.5.30
10-
cffi==1.14.6
113
charset-normalizer==2.0.4
124
click==8.0.1
13-
cycler==0.10.0
14-
debugpy==1.4.3
15-
decorator==5.1.0
16-
defusedxml==0.7.1
17-
entrypoints==0.3
18-
flake8==3.9.2
19-
Flask==2.0.2
5+
Flask==2.0.1
6+
Flask-Cors==3.0.10
207
gunicorn==20.1.0
218
idna==3.2
22-
ipykernel==6.4.1
23-
ipython==7.27.0
24-
ipython-genutils==0.2.0
25-
ipywidgets==7.6.5
9+
iniconfig==1.1.1
2610
itsdangerous==2.0.1
27-
jedi==0.18.0
2811
Jinja2==3.0.1
2912
joblib==1.0.1
30-
json5==0.9.6
31-
jsonschema==3.2.0
32-
jupyter-client==7.0.2
33-
jupyter-core==4.7.1
34-
jupyter-server==1.11.0
35-
jupyterlab==3.1.11
36-
jupyterlab-pygments==0.1.2
37-
jupyterlab-server==2.8.1
38-
jupyterlab-widgets==1.0.2
39-
kiwisolver==1.3.2
4013
MarkupSafe==2.0.1
41-
matplotlib==3.4.3
42-
matplotlib-inline==0.1.3
43-
mccabe==0.6.1
44-
mistune==0.8.4
45-
mypy-extensions==0.4.3
46-
nbclassic==0.3.1
47-
nbclient==0.5.4
48-
nbconvert==6.1.0
49-
nbformat==5.1.3
50-
nest-asyncio==1.5.1
51-
notebook==6.4.3
52-
numpy==1.21.2
53-
packaging==21.0
54-
pandas==1.3.3
55-
pandocfilters==1.4.3
56-
parso==0.8.2
57-
pathspec==0.9.0
58-
pexpect==4.8.0
59-
pickleshare==0.7.5
60-
Pillow==8.3.2
61-
platformdirs==2.3.0
62-
prometheus-client==0.11.0
63-
prompt-toolkit==3.0.20
64-
ptyprocess==0.7.0
65-
pycodestyle==2.7.0
66-
pycparser==2.20
67-
pyflakes==2.3.1
68-
Pygments==2.10.0
69-
pyparsing==2.4.7
70-
pyrsistent==0.18.0
14+
numpy==1.21.1
15+
packaging==21.3
16+
pandas==1.3.1
17+
pluggy==1.0.0
18+
py==1.11.0
19+
pyparsing==3.0.6
20+
pytest==6.2.5
7121
python-dateutil==2.8.2
7222
pytz==2021.1
73-
pyzmq==22.2.1
74-
regex==2021.8.28
7523
requests==2.26.0
76-
requests-unixsocket==0.2.0
7724
scikit-learn==0.24.2
7825
scipy==1.7.1
79-
Send2Trash==1.8.0
26+
setuptools
8027
six==1.16.0
81-
sniffio==1.2.0
82-
terminado==0.12.1
83-
testpath==0.5.0
8428
threadpoolctl==2.2.0
85-
tomli==1.2.1
86-
torch==1.9.0
87-
tornado==6.1
88-
tqdm==4.62.2
89-
traitlets==5.1.0
90-
typing-extensions==3.10.0.2
29+
toml==0.10.2
9130
urllib3==1.26.6
92-
wcwidth==0.2.5
93-
webencodings==0.5.1
94-
websocket-client==1.2.1
95-
Werkzeug==2.0.2
96-
widgetsnbextension==3.5.1
97-
xgboost==1.4.2
31+
Werkzeug==2.0.1

0 commit comments

Comments
 (0)