Skip to content

Remove all unused/unnecessary requirements

This MR cleans up the requirements as follows.

These requirements were unused and have been removed:

  • matplotlib
  • numpy
  • pyOpenSSL

These requirements were unnecessary and have been refactored out:

  • six.

Now the only runtime requirement is ligo-segments, which is nice.

Merge request reports