Skip to content

Commit

Permalink
removed matplotlib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Stolker committed Feb 28, 2019
1 parent 7163fa9 commit b897690
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions pynpoint/util/wavelets.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@

from __future__ import absolute_import

# import copy

import numpy as np
# import matplotlib.pyplot as plt

from numba import jit
from scipy.special import gamma, hermite
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ scikit-learn ~= 0.20
opencv-python ~= 3.4
statsmodels ~= 0.9
PyWavelets ~= 1.0
matplotlib ~= 2.2
emcee ~= 2.2

0 comments on commit b897690

Please sign in to comment.