Skip to content

Commit 7ba9834

Browse files
committed
add pandas to readme list of optional dependencies
1 parent 5a835bd commit 7ba9834

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ There are also optional dependencies, which are not required for model fitting i
8282

8383
- `matplotlib <https://github.com/matplotlib/matplotlib>`_ is needed to visualize data and model fits
8484
- `tqdm <https://github.com/tqdm/tqdm>`_ is needed to print progress bars when fitting many models
85+
- `pandas <https://github.com/pandas-dev/pandas>`_ is needed to for exporting model fit results to dataframes
8586
- `pytest <https://github.com/pytest-dev/pytest>`_ is needed to run the test suite locally
8687

8788
We recommend using the `Anaconda <https://www.anaconda.com/distribution/>`_ distribution to manage these requirements.

0 commit comments

Comments
 (0)