Skip to content

Commit

Permalink
Merge pull request #564 from pyfar/hot/remove_matplotlib_restriction
Browse files Browse the repository at this point in the history
Remove restriction for matplotlib version
  • Loading branch information
mberz committed Apr 5, 2024
2 parents bfd3719 + b4bfc60 commit 4b225a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Expand Up @@ -11,7 +11,7 @@ pytest-runner
pytest-cov
numpy>=1.23.0
scipy>=1.5.0
matplotlib<=3.7
matplotlib
urllib3
deepdiff
autodocsumm
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@
requirements = [
'numpy>=1.23.0',
'scipy>=1.5.0',
'matplotlib<=3.7',
'matplotlib',
'sofar>=0.1.2',
'urllib3',
'deepdiff',
Expand Down

0 comments on commit 4b225a0

Please sign in to comment.