diff --git a/setup.py b/setup.py index c34cec9d..6aa0e2b1 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ def find_version(): ], extras_require={ - 'interactive': ['matplotlib==3.0.3'], + 'interactive': ['matplotlib==3.4.2'], 'none': [], 'cpu': ['tensorflow==1.13.2'], 'gpu': ['tensorflow-gpu==1.13.2'],