Skip to content

Commit 1a81d2f

Browse files
committed
set version of python arrow to fix travis build
1 parent e0713ad commit 1a81d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def version():
2727
license='Unlicense',
2828
packages=['blackmagic'],
2929
install_requires=[
30-
'arrow',
30+
'arrow=0.14.7',
3131
'cython',
3232
'lcmap-merlin>=2.3.1',
3333
'lcmap-pyccd==2018.10.17',

0 commit comments

Comments
 (0)