Skip to content

Commit

Permalink
fix for latest pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Feb 12, 2020
1 parent af53c90 commit e74d69b
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 e74d69b

Please sign in to comment.