Skip to content

Commit a36a2ac

Browse files
authored
Merge pull request #275 from MIT-LCP/update_reqs
Relaxes requirements for pytz
2 parents fbc647f + 2589c72 commit a36a2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
'pandas>=0.17.0',
6868
'pyparsing>=2.0.4',
6969
'python-dateutil>=2.4.2',
70-
'pytz>=2018.3',
70+
'pytz>=2017.2',
7171
'requests>=2.8.1',
7272
'scikit-learn>=0.18',
7373
'scipy>=0.17.0',

0 commit comments

Comments
 (0)