Skip to content

Commit

Permalink
updated matplotlib minimal version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jankoslavic committed Aug 18, 2020
1 parent 9c088dc commit 57eea38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyEMA/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.23"
__version__ = "0.24"

from .pyEMA import Model
from .tools import *
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tqdm>=4.23.4
numpy>=1.14.3
matplotlib>=2.2.2
matplotlib>=3.3.1
scipy>=1.1.0
pytest>=3.0.5

0 comments on commit 57eea38

Please sign in to comment.