We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a835bd commit 7ba9834Copy full SHA for 7ba9834
README.rst
@@ -82,6 +82,7 @@ There are also optional dependencies, which are not required for model fitting i
82
83
- `matplotlib <https://github.com/matplotlib/matplotlib>`_ is needed to visualize data and model fits
84
- `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
86
- `pytest <https://github.com/pytest-dev/pytest>`_ is needed to run the test suite locally
87
88
We recommend using the `Anaconda <https://www.anaconda.com/distribution/>`_ distribution to manage these requirements.
0 commit comments