Skip to content

Commit

Permalink
Fixes issue running segmenter in dataflow due to a library update in …
Browse files Browse the repository at this point in the history
…gpsdio.
  • Loading branch information
enriquetuya committed Mar 11, 2019
1 parent bb4452d commit 04a411c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to

### Added

## 0.3.3

* [GlobalFishingWatch/GFW-Tasks#992](https://github.com/GlobalFishingWatch/GFW-Tasks/issues/992) Fixed issue with a dependency in gpsdio-segment

## 0.3.2 - 2019-03-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion pipe_segment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""


__version__ = '0.3.2'
__version__ = '0.3.3'
__author__ = 'Paul Woods'
__email__ = '[email protected]'
__source__ = 'https://github.com/GlobalFishingWatch/pipe-segment'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
https://codeload.github.com/GlobalFishingWatch/pipe-tools/tar.gz/v0.2.5#egg=pipe-tools-0.2.5
https://codeload.github.com/Skytruth/gpsdio-segment/tar.gz/v0.16#egg=gpsdio-segment-0.16
https://codeload.github.com/Skytruth/gpsdio-segment/tar.gz/v0.17#egg=gpsdio-segment-0.17
https://codeload.github.com/GlobalFishingWatch/ShipDataProcess/tar.gz/06b8495f55c6a44306ca9865b4c07d51d7ad5a7b#egg=shipdataprocess-0.5.8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"newlinejson",
"python-stdnum",
"pipe-tools==0.2.5",
"gpsdio-segment==0.16",
"gpsdio-segment==0.17",
"shipdataprocess==0.5.8",
"jinja2-cli",
]
Expand Down

0 comments on commit 04a411c

Please sign in to comment.