Skip to content

Commit 40674bc

Browse files
authored
Merge pull request #35 from ocefpaf/fix_34
Fix 34
2 parents 784b005 + d0ab796 commit 40674bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

erddapy/utilities.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import io
1010
from collections import namedtuple
1111

12-
from pandas._libs.tslibs.parsing import parse_time_string
12+
from pandas.core.tools.datetimes import parse_time_string
1313

1414
import pytz
1515

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pandas
1+
pandas >=0.20.3
22
requests

0 commit comments

Comments
 (0)