Skip to content

Commit

Permalink
Merge pull request #297 from yfukai/update-packages
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
yfukai authored Apr 24, 2023
2 parents f34d5d4 + 9d2184f commit 5fa6155
Show file tree
Hide file tree
Showing 3 changed files with 1,479 additions and 1,478 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ See the `publication`_ and `associated repository`_ for the algorithm and parame
Requirements
------------

Python >= 3.7.11 is supported.
The software is tested against Python 3.7-3.10 in Ubuntu, and 3.10 in MacOS and Windows environments,
Python >= 3.8 is supported.
The software is tested against Python 3.8-3.10 in Ubuntu, and 3.10 in MacOS and Windows environments,
but the other combinations should also be fine. Please `file an issue`_ if you encounter any problem.

Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/api_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"try:\n",
" import google.colab\n",
"\n",
" %pip install -q --upgrade laptrack matplotlib spacy flask pandas matplotlib\n",
" %pip install -q --upgrade laptrack matplotlib spacy flask pandas\n",
" # upgrade packages to avoid pip warnings if the notebook is run in colab\n",
"except:\n",
" %pip install -q --upgrade laptrack matplotlib pandas"
Expand Down
Loading

0 comments on commit 5fa6155

Please sign in to comment.