Skip to content

Commit 22d0799

Browse files
Kowsalya JeyabalanKowsalya Jeyabalan
authored andcommitted
update req
1 parent 27ef5c4 commit 22d0799

File tree

4 files changed

+22
-12
lines changed

4 files changed

+22
-12
lines changed

.ipynb_checkpoints/requirements-checkpoint.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ Werkzeug==0.15.4
1616
dash_table==4.8.1
1717
dash_core_components==1.10.1
1818
scikit_learn==0.23.1
19-
numpy==1.18.1
20-
python==3.7.7
19+
numpy==1.18.1

.ipynb_checkpoints/run-checkpoint.ipynb

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,17 +345,23 @@
345345
]
346346
},
347347
{
348-
"cell_type": "code",
349-
"execution_count": null,
348+
"cell_type": "markdown",
350349
"metadata": {},
351-
"outputs": [],
352350
"source": [
353351
"# While deloying in Heroku\n",
354352
"Install TA-Lib through buildback\n",
355353
"heroku buildpacks:add --index 2 https://github.com/numrut/heroku-buildpack-python-talib\n",
356354
"Makesure to remove TA-Lib from Requirements.txt\n",
357-
"Add gunicorn==19.9.0 in requirements.txt"
355+
"Add gunicorn==19.9.0 in requirements.txt\n",
356+
"removed Gunicorn error - https://stackoverflow.com/questions/28919534/gunicorn-not-found-on-heroku"
358357
]
358+
},
359+
{
360+
"cell_type": "code",
361+
"execution_count": null,
362+
"metadata": {},
363+
"outputs": [],
364+
"source": []
359365
}
360366
],
361367
"metadata": {

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ Werkzeug==0.15.4
1616
dash_table==4.8.1
1717
dash_core_components==1.10.1
1818
scikit_learn==0.23.1
19-
numpy==1.18.1
20-
python==3.7.7
19+
numpy==1.18.1

run.ipynb

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,17 +345,23 @@
345345
]
346346
},
347347
{
348-
"cell_type": "code",
349-
"execution_count": null,
348+
"cell_type": "markdown",
350349
"metadata": {},
351-
"outputs": [],
352350
"source": [
353351
"# While deloying in Heroku\n",
354352
"Install TA-Lib through buildback\n",
355353
"heroku buildpacks:add --index 2 https://github.com/numrut/heroku-buildpack-python-talib\n",
356354
"Makesure to remove TA-Lib from Requirements.txt\n",
357-
"Add gunicorn==19.9.0 in requirements.txt"
355+
"Add gunicorn==19.9.0 in requirements.txt\n",
356+
"removed Gunicorn error - https://stackoverflow.com/questions/28919534/gunicorn-not-found-on-heroku"
358357
]
358+
},
359+
{
360+
"cell_type": "code",
361+
"execution_count": null,
362+
"metadata": {},
363+
"outputs": [],
364+
"source": []
359365
}
360366
],
361367
"metadata": {

0 commit comments

Comments
 (0)