Skip to content

Commit

Permalink
fix matplotlib dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Aksei committed May 23, 2024
1 parent 3d9d81c commit 9c1ca0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pyts = "^0.11.0"
nilspodlib = "^3.2.2"
fau-colors = "^1.0.1"
signialib = "^2.8.0"
matplotlib = "^3.5.2, <3.9.0"
pandas = ">=1.5.2"
tensorflow = "^2.10.0"
numba = [
Expand Down
4 changes: 1 addition & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
from scipy.spatial.transform import Rotation
from tpcp import BaseTpcpObject

from tests._regression_utils import PyTestSnapshotTest

try:
from pomegranate import GeneralMixtureModel, State
except ImportError:
Expand All @@ -21,4 +19,4 @@
@pytest.fixture(autouse=True)
def reset_random_seed() -> None:
np.random.seed(10)
random.seed(10)
random.seed(10)

0 comments on commit 9c1ca0f

Please sign in to comment.