Skip to content

Commit d7efcc2

Browse files
forcing pandas version
1 parent e4c7f77 commit d7efcc2

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Pairs Trading.ipynb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@
2222
"metadata": {},
2323
"outputs": [],
2424
"source": [
25-
"%pip install statsmodels --user \n",
26-
"%pip install tensorboardX --user\n",
27-
"%pip install bs4 --user\n",
28-
"%pip install -U auquan_toolbox --user"
25+
"!pip install statsmodels --user \n",
26+
"!pip install tensorboardX --user\n",
27+
"!pip install pandas==0.24.2 --user\n",
28+
"!pip install bs4 --user\n",
29+
"!pip install -U auquan_toolbox --user"
2930
]
3031
},
3132
{
@@ -949,7 +950,7 @@
949950
"name": "python",
950951
"nbconvert_exporter": "python",
951952
"pygments_lexer": "ipython3",
952-
"version": "3.5.3"
953+
"version": "3.7.6"
953954
}
954955
},
955956
"nbformat": 4,

0 commit comments

Comments
 (0)