Skip to content

Commit

Permalink
Switched to the latest TSFEL version on Colab.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfolgado committed Jan 21, 2020
1 parent 1eec6fe commit 58a94a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/TSFEL_HAR_Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"#@title Import Time Series Feature Extraction Library\n",
"import warnings\n",
"warnings.filterwarnings('ignore')\n",
"!pip install https://github.com/fraunhoferportugal/tsfel/archive/v0.1.1-dev.tar.gz 2>&1\n",
"!pip install https://github.com/fraunhoferportugal/tsfel/archive/v0.1.1 2>&1\n",
"!pip install --upgrade -q gspread >/dev/null 2>&1\n",
"!pip install gspread oauth2client >/dev/null 2>&1\n",
"!pip install pandas >/dev/null 2>&1\n",
Expand Down

0 comments on commit 58a94a0

Please sign in to comment.