Skip to content

Commit

Permalink
Remove mpldatacursor dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Aug 26, 2021
1 parent 7452dca commit c7a650c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ Requirements
* `fdasrsf <https://github.com/jdtuck/fdasrsf_python>`_ - SRSF framework
* `findiff <https://github.com/maroba/findiff>`_ - Finite differences
* `matplotlib <https://github.com/matplotlib/matplotlib>`_ - Plotting with Python
* `mpldatacursor <https://github.com/joferkington/mpldatacursor/>`_ - Interactive data cursors for matplotlib
* `multimethod <https://github.com/coady/multimethod>`_ - Multiple dispatch
* `numpy <https://github.com/numpy/numpy>`_ - The fundamental package for scientific computing with Python
* `pandas <https://github.com/pandas-dev/pandas>`_ - Powerful Python data analysis toolkit
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@
'sklearn': ('https://scikit-learn.org/stable', None),
'matplotlib': ('https://matplotlib.org/', None),
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
'mpldatacursor': ('https://pypi.org/project/mpldatacursor/', None),
}


Expand Down
1 change: 0 additions & 1 deletion readthedocs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ sphinx_rtd_theme
sphinx-gallery
pillow
matplotlib
mpldatacursor
setuptools>=41.2
multimethod>=1.2
findiff
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ scipy
setuptools
Cython
sklearn
mpldatacursor
multimethod>=1.2
findiff
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
'fdasrsf>=2.2.0',
'findiff',
'matplotlib',
'mpldatacursor',
'multimethod>=1.5',
'numpy>=1.16',
'pandas',
Expand Down

0 comments on commit c7a650c

Please sign in to comment.