Skip to content

Commit

Permalink
removed pandas_bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
dizcza committed Mar 24, 2020
1 parent 2333599 commit febfb74
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 3,415 deletions.
1 change: 0 additions & 1 deletion doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ These packages are automatically installed when you run ``pip install elephant``

The following packages are optional in order to run certain parts of Elephant:

* `pandas <https://pypi.org/project/pandas/>`_ - for the :doc:`pandas_bridge <reference/pandas_bridge>` module
* `scikit-learn <https://pypi.org/project/scikit-learn/>`_ - for the :doc:`ASSET <reference/asset>` analysis
* `nose <https://pypi.org/project/nose/>`_ - for running tests
* `numpydoc <https://pypi.org/project/numpydoc/>`_ and `sphinx <https://pypi.org/project/Sphinx/>`_ - for building the documentation
Expand Down
1 change: 0 additions & 1 deletion doc/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Function Reference by Module
reference/gpfa
reference/kernels
reference/neo_tools
reference/pandas_bridge
reference/phase_analysis
reference/signal_processing
reference/spade
Expand Down
6 changes: 0 additions & 6 deletions doc/reference/pandas_bridge.rst

This file was deleted.

1 change: 0 additions & 1 deletion elephant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
gpfa)

try:
from . import pandas_bridge
from . import asset
from . import spade
except ImportError:
Expand Down
Loading

0 comments on commit febfb74

Please sign in to comment.