Skip to content

Commit 57eea38

Browse files
committed
updated matplotlib minimal version requirement
1 parent 9c088dc commit 57eea38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyEMA/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.23"
1+
__version__ = "0.24"
22

33
from .pyEMA import Model
44
from .tools import *

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tqdm>=4.23.4
22
numpy>=1.14.3
3-
matplotlib>=2.2.2
3+
matplotlib>=3.3.1
44
scipy>=1.1.0
55
pytest>=3.0.5

0 commit comments

Comments
 (0)