Skip to content

Commit

Permalink
Merge pull request #67 from ocefpaf/fix_for_latest_pandas
Browse files Browse the repository at this point in the history
fix for latest pandas
  • Loading branch information
ocefpaf authored Feb 12, 2020
2 parents af53c90 + e74d69b commit 591e85d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion oceans/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def stick_plot(time, u, v, **kw):
from pandas import DatetimeIndex
from pandas.plotting import register_matplotlib_converters

register_matplotlib_converters(True)
register_matplotlib_converters()

width = kw.pop("width", 0.002)
headwidth = kw.pop("headwidth", 0)
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
gsw
matplotlib
numpy
pandas>=1.0.1
seawater

0 comments on commit 591e85d

Please sign in to comment.