Skip to content

Commit

Permalink
added missing package Pandas to both the install instructions and req…
Browse files Browse the repository at this point in the history
…uirments.txt
  • Loading branch information
Ben Thorpe committed Mar 30, 2022
1 parent b15ad85 commit c977b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ It also has the following optional dependency (see building without CUDA for det
* xtensor-python
* meshio
* pytest
* pandas
* pillow

We recommend using [anaconda](https://anaconda.org/) as the python dependencies are all available through the conda package manager (as well as CUDA through cudatookit). These can be installed with the following two commands.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ pybind11
pytest
tifffile
pillow
pandas

0 comments on commit c977b98

Please sign in to comment.