Skip to content

Commit

Permalink
urgh
Browse files Browse the repository at this point in the history
  • Loading branch information
microprediction committed Nov 9, 2022
1 parent 5a473a0 commit bad4bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="timemachines",
version="0.20.4",
version="0.20.5",
description="Evaluation and standardization of autonomous time series prediction",
long_description=README,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion timemachines/inclusion/matplotlibinclusion.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
try:
import matplotlib.pyplot as plt
using_matplotlib = True
except ImportError:
except Exception as e: # Could be different kinds of error
using_matplotlib = False
plt = None

0 comments on commit bad4bd0

Please sign in to comment.